Color Hex Logo

#009fdb Color Hex

#009FDB
(0,159,219)
1 Favorites   0 Comments

Color spaces of #009fdb

RGB 0159219
HSL0.551.000.43
HSV196°100°86°
CMYK 1.000.270.00   0.14
XYZ25.184329.910771.4638
Yxy29.91070.19900.2363
Hunter Lab54.6907-13.5119-39.1902
CIE-Lab61.5771-13.2395-40.0553

#009fdb color RGB value is (0,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011111 11011011
Octal 0 237 333
Decimal 0 159 219
Hex 0 9F DB

RGB Percentages of Color #009fdb

%0.00
%42.06
%57.94

CMYK Percentages of Color #009fdb

%100
%27
%0
%14

Triadic Colors of #009fdb

#009fdb #db009f #9fdb00

Analogous Colors of #009fdb

#009fdb #0032db #00dbaa

Monochromatic Colors of #009fdb

#009fdb

Complementary Color

#009fdb #db3c00

#009fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#009fdb Color CSS Codes

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

#009fdb Text Font Color

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

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


#009fdb Background Color

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

This div background color is #009fdb


#009fdb Border Color

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

This div border color is #009fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009fdb


Comments

No comments written yet.

Please login to write comment.