Color Hex Logo

#119bff Color Hex

#119BFF
(17,155,255)
0 Favorites   0 Comments

Color spaces of #119bff

RGB 17155255
HSL0.571.000.53
HSV205°93°100°
CMYK 0.930.390.00   0.00
XYZ30.002530.781998.9679
Yxy30.78190.18780.1927
Hunter Lab55.4814-0.5657-66.9246
CIE-Lab62.32312.8424-58.6952

#119bff color RGB value is (17,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011011 11111111
Octal 21 233 377
Decimal 17 155 255
Hex 11 9B FF

RGB Percentages of Color #119bff

%3.98
%36.30
%59.72

CMYK Percentages of Color #119bff

%93
%39
%0
%0

Triadic Colors of #119bff

#119bff #ff119b #9bff11

Analogous Colors of #119bff

#119bff #1124ff #11ffec

Monochromatic Colors of #119bff

#119bff

Complementary Color

#119bff #ff7511

#119bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#119bff Color CSS Codes

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

#119bff Text Font Color

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

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


#119bff Background Color

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

This div background color is #119bff


#119bff Border Color

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

This div border color is #119bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119bff

Related Colors


Comments

No comments written yet.

Please login to write comment.