Color Hex Logo

#1579db Color Hex

#1579DB
(21,121,219)
0 Favorites   0 Comments

Color spaces of #1579db

RGB 21121219
HSL0.580.830.47
HSV210°90°86°
CMYK 0.900.450.00   0.14
XYZ19.932818.948669.6247
Yxy18.94860.18370.1746
Hunter Lab43.53005.5594-64.3613
CIE-Lab50.62709.8763-57.4308

#1579db color RGB value is (21,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111001 11011011
Octal 25 171 333
Decimal 21 121 219
Hex 15 79 DB

RGB Percentages of Color #1579db

%5.82
%33.52
%60.66

CMYK Percentages of Color #1579db

%90
%45
%0
%14

Triadic Colors of #1579db

#1579db #db1579 #79db15

Analogous Colors of #1579db

#1579db #1516db #15dbda

Monochromatic Colors of #1579db

#1579db

Complementary Color

#1579db #db7715

#1579db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1579db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1579db Color CSS Codes

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

#1579db Text Font Color

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

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


#1579db Background Color

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

This div background color is #1579db


#1579db Border Color

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

This div border color is #1579db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,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 #1579db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1579db


Comments

No comments written yet.

Please login to write comment.