Color Hex Logo

#1479db Color Hex

#1479DB
(20,121,219)
0 Favorites   0 Comments

Color spaces of #1479db

RGB 20121219
HSL0.580.830.47
HSV210°91°86°
CMYK 0.910.450.00   0.14
XYZ19.912018.937969.6237
Yxy18.93790.18360.1746
Hunter Lab43.51775.5187-64.3953
CIE-Lab50.61459.8270-57.4516

#1479db color RGB value is (20,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 11011011
Octal 24 171 333
Decimal 20 121 219
Hex 14 79 DB

RGB Percentages of Color #1479db

%5.56
%33.61
%60.83

CMYK Percentages of Color #1479db

%91
%45
%0
%14

Triadic Colors of #1479db

#1479db #db1479 #79db14

Analogous Colors of #1479db

#1479db #1415db #14dbda

Monochromatic Colors of #1479db

#1479db

Complementary Color

#1479db #db7614

#1479db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1479db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1479db Color CSS Codes

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

#1479db Text Font Color

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

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


#1479db Background Color

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

This div background color is #1479db


#1479db Border Color

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

This div border color is #1479db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1479db


Comments

No comments written yet.

Please login to write comment.