Color Hex Logo

#0579db Color Hex

#0579DB
(5,121,219)
0 Favorites   0 Comments

Color spaces of #0579db

RGB 5121219
HSL0.580.960.44
HSV207°98°86°
CMYK 0.980.450.00   0.14
XYZ19.686118.821569.6132
Yxy18.82150.18210.1741
Hunter Lab43.38385.0758-64.7676
CIE-Lab50.47779.2892-57.6787

#0579db color RGB value is (5,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111001 11011011
Octal 5 171 333
Decimal 5 121 219
Hex 5 79 DB

RGB Percentages of Color #0579db

%1.45
%35.07
%63.48

CMYK Percentages of Color #0579db

%98
%45
%0
%14

Triadic Colors of #0579db

#0579db #db0579 #79db05

Analogous Colors of #0579db

#0579db #050edb #05dbd2

Monochromatic Colors of #0579db

#0579db

Complementary Color

#0579db #db6705

#0579db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0579db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0579db Color CSS Codes

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

#0579db Text Font Color

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

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


#0579db Background Color

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

This div background color is #0579db


#0579db Border Color

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

This div border color is #0579db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0579db


Comments

No comments written yet.

Please login to write comment.