color codes Logo

#1246ff color codes

#1246FF
(18,70,255)
0 Favorites   0 Comments

Color spaces of #1246ff

RGB 1870255
HSL0.631.000.54
HSV227°93°100°
CMYK 0.930.730.00   0.00
XYZ20.489611.728995.7917
Yxy11.72890.16010.0916
Hunter Lab34.247546.8600-141.8635
CIE-Lab40.782055.0525-93.7400

#1246ff color RGB value is (18,70,255).

#1246ff hex color red value is 18, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1246ff hue: 0.63 , saturation: 1.00 and the lightness value of 1246ff is 0.54.

The process color (four color CMYK) of #1246ff color code is 0.93, 0.73, 0.00, 0.00. Web safe color of #1246ff is #0033ff. Color #1246ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 11111111
Octal 22 106 377
Decimal 18 70 255
Hex 12 46 FF

RGB Percentages of Color #1246ff

%5.25
%20.41
%74.34

CMYK Percentages of Color #1246ff

%93
%73
%0
%0

Triadic Colors of #1246ff

#1246ff #ff1246 #46ff12

Analogous Colors of #1246ff

#1246ff #5512ff #12bdff

Monochromatic Colors of #1246ff

#1246ff

Complementary Color

#1246ff #ffcb12

#1246ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1246ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1246ff Color CSS Codes

.mybgcolor {background-color:#1246ff; } 
.myforecolor {color:#1246ff; }
.mybordercolor {border:3px solid #1246ff; }

#1246ff Text Font Color

<p style="color:#1246ff">Text here</p>

This sample text font color is #1246ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1246ff Background Color

<div style="background-color:#1246ff">
Div content here</div>

This div background color is #1246ff


#1246ff Border Color

<div style="border:3px solid #1246ff">
Div here</div>

This div border color is #1246ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,70,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1246ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1246ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1246ff;
  box-shadow:         1px 1px 3px 2px #1246ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,70,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1246ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1246ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1246ff;
  box-shadow:         1px 1px 3px 2px #1246ff;">
Div content here</div>

This div box has shadow with color #1246ff


Comments

No comments written yet.

Please login to write comment.