Color Hex Logo

#1479cd Color Hex

#1479CD
(20,121,205)
0 Favorites   0 Comments

Color spaces of #1479cd

RGB 20121205
HSL0.580.820.44
HSV207°90°80°
CMYK 0.900.410.00   0.20
XYZ18.145318.231260.3202
Yxy18.23120.18770.1885
Hunter Lab42.69801.1353-53.8714
CIE-Lab49.77534.3880-50.8539

#1479cd color RGB value is (20,121,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 11001101
Octal 24 171 315
Decimal 20 121 205
Hex 14 79 CD

RGB Percentages of Color #1479cd

%5.78
%34.97
%59.25

CMYK Percentages of Color #1479cd

%90
%41
%0
%20

Triadic Colors of #1479cd

#1479cd #cd1479 #79cd14

Analogous Colors of #1479cd

#1479cd #141ccd #14cdc5

Monochromatic Colors of #1479cd

#1479cd

Complementary Color

#1479cd #cd6814

#1479cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1479cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1479cd Color CSS Codes

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

#1479cd Text Font Color

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

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


#1479cd Background Color

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

This div background color is #1479cd


#1479cd Border Color

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

This div border color is #1479cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,121,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 #1479cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1479cd


Comments

No comments written yet.

Please login to write comment.