Color Hex Logo

#119dfb Color Hex

#119DFB
(17,157,251)
0 Favorites   0 Comments

Color spaces of #119dfb

RGB 17157251
HSL0.570.970.53
HSV204°93°98°
CMYK 0.930.370.00   0.02
XYZ29.700731.198195.7232
Yxy31.19810.18960.1992
Hunter Lab55.8553-2.8304-62.5109
CIE-Lab62.67450.1823-55.9485

#119dfb color RGB value is (17,157,251).

#119dfb hex color red value is 17, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #119dfb hue: 0.57 , saturation: 0.97 and the lightness value of 119dfb is 0.53.

The process color (four color CMYK) of #119dfb color hex is 0.93, 0.37, 0.00, 0.02. Web safe color of #119dfb is #0099ff. Color #119dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 11111011
Octal 21 235 373
Decimal 17 157 251
Hex 11 9D FB

RGB Percentages of Color #119dfb

%4.00
%36.94
%59.06

CMYK Percentages of Color #119dfb

%93
%37
%0
%2

Triadic Colors of #119dfb

#119dfb #fb119d #9dfb11

Analogous Colors of #119dfb

#119dfb #1128fb #11fbe4

Monochromatic Colors of #119dfb

#119dfb

Complementary Color

#119dfb #fb6f11

#119dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#119dfb Color CSS Codes

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

#119dfb Text Font Color

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

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


#119dfb Background Color

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

This div background color is #119dfb


#119dfb Border Color

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

This div border color is #119dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,157,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #119dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119dfb


Comments

No comments written yet.

Please login to write comment.