Color Hex Logo

#119fdb Color Hex

#119FDB
(17,159,219)
0 Favorites   0 Comments

Color spaces of #119fdb

RGB 17159219
HSL0.550.860.46
HSV198°92°86°
CMYK 0.920.270.00   0.14
XYZ25.415530.029971.4746
Yxy30.02990.20020.2366
Hunter Lab54.7995-13.1126-38.9718
CIE-Lab61.6800-12.7034-39.8866

#119fdb color RGB value is (17,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 11011011
Octal 21 237 333
Decimal 17 159 219
Hex 11 9F DB

RGB Percentages of Color #119fdb

%4.30
%40.25
%55.44

CMYK Percentages of Color #119fdb

%92
%27
%0
%14

Triadic Colors of #119fdb

#119fdb #db119f #9fdb11

Analogous Colors of #119fdb

#119fdb #113adb #11dbb2

Monochromatic Colors of #119fdb

#119fdb

Complementary Color

#119fdb #db4d11

#119fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fdb Color CSS Codes

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

#119fdb Text Font Color

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

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


#119fdb Background Color

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

This div background color is #119fdb


#119fdb Border Color

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

This div border color is #119fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fdb


Comments

No comments written yet.

Please login to write comment.