Color Hex Logo

#1459cd Color Hex

#1459CD
(20,89,205)
0 Favorites   0 Comments

Color spaces of #1459cd

RGB 2089205
HSL0.600.820.44
HSV218°90°80°
CMYK 0.900.570.00   0.20
XYZ14.880311.701359.2319
Yxy11.70130.17340.1364
Hunter Lab34.207217.7859-78.7194
CIE-Lab40.737424.9230-65.4427

#1459cd color RGB value is (20,89,205).

#1459cd hex color red value is 20, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1459cd hue: 0.60 , saturation: 0.82 and the lightness value of 1459cd is 0.44.

The process color (four color CMYK) of #1459cd color hex is 0.90, 0.57, 0.00, 0.20. Web safe color of #1459cd is #0066cc. Color #1459cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 11001101
Octal 24 131 315
Decimal 20 89 205
Hex 14 59 CD

RGB Percentages of Color #1459cd

%6.37
%28.34
%65.29

CMYK Percentages of Color #1459cd

%90
%57
%0
%20

Triadic Colors of #1459cd

#1459cd #cd1459 #59cd14

Analogous Colors of #1459cd

#1459cd #2c14cd #14b6cd

Monochromatic Colors of #1459cd

#1459cd

Complementary Color

#1459cd #cd8814

#1459cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1459cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1459cd Color CSS Codes

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

#1459cd Text Font Color

<p style="color:#1459cd">Text here</p>

This sample text font color is #1459cd
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.


#1459cd Background Color

<div style="background-color:#1459cd">
Div content here</div>

This div background color is #1459cd


#1459cd Border Color

<div style="border:3px solid #1459cd">
Div here</div>

This div border color is #1459cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,89,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1459cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1459cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1459cd;
  box-shadow:         1px 1px 3px 2px #1459cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,89,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1459cd


Comments

No comments written yet.

Please login to write comment.