Color Hex Logo

#1479de Color Hex

#1479DE
(20,121,222)
0 Favorites   0 Comments

Color spaces of #1479de

RGB 20121222
HSL0.580.830.47
HSV210°91°87°
CMYK 0.910.450.00   0.13
XYZ20.310719.097471.7229
Yxy19.09740.18280.1718
Hunter Lab43.70066.4854-66.7184
CIE-Lab50.801010.9920-58.8446

#1479de color RGB value is (20,121,222).

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

The process color (four color CMYK) of #1479de color hex is 0.91, 0.45, 0.00, 0.13. Web safe color of #1479de is #0066cc. Color #1479de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 11011110
Octal 24 171 336
Decimal 20 121 222
Hex 14 79 DE

RGB Percentages of Color #1479de

%5.51
%33.33
%61.16

CMYK Percentages of Color #1479de

%91
%45
%0
%13

Triadic Colors of #1479de

#1479de #de1479 #79de14

Analogous Colors of #1479de

#1479de #1414de #14dede

Monochromatic Colors of #1479de

#1479de

Complementary Color

#1479de #de7914

#1479de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1479de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1479de Color CSS Codes

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

#1479de Text Font Color

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

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


#1479de Background Color

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

This div background color is #1479de


#1479de Border Color

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

This div border color is #1479de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1479de


Comments

No comments written yet.

Please login to write comment.