Color Hex Logo

#059fdb Color Hex

#059FDB
(5,159,219)
0 Favorites   0 Comments

Color spaces of #059fdb

RGB 5159219
HSL0.550.960.44
HSV197°98°86°
CMYK 0.980.270.00   0.14
XYZ25.246929.943071.4668
Yxy29.94300.19930.2364
Hunter Lab54.7202-13.4037-39.1310
CIE-Lab61.6050-13.0940-40.0096

#059fdb color RGB value is (5,159,219).

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

The process color (four color CMYK) of #059fdb color hex is 0.98, 0.27, 0.00, 0.14. Web safe color of #059fdb is #0099cc. Color #059fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011111 11011011
Octal 5 237 333
Decimal 5 159 219
Hex 5 9F DB

RGB Percentages of Color #059fdb

%1.31
%41.51
%57.18

CMYK Percentages of Color #059fdb

%98
%27
%0
%14

Triadic Colors of #059fdb

#059fdb #db059f #9fdb05

Analogous Colors of #059fdb

#059fdb #0534db #05dbac

Monochromatic Colors of #059fdb

#059fdb

Complementary Color

#059fdb #db4105

#059fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#059fdb Color CSS Codes

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

#059fdb Text Font Color

<p style="color:#059fdb">Text here</p>

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


#059fdb Background Color

<div style="background-color:#059fdb">
Div content here</div>

This div background color is #059fdb


#059fdb Border Color

<div style="border:3px solid #059fdb">
Div here</div>

This div border color is #059fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059fdb


Comments

No comments written yet.

Please login to write comment.