Color Hex Logo

#118bff Color Hex

#118BFF
(17,139,255)
0 Favorites   0 Comments

Color spaces of #118bff

RGB 17139255
HSL0.581.000.53
HSV209°93°100°
CMYK 0.930.450.00   0.00
XYZ27.513825.804498.1384
Yxy25.80440.18170.1704
Hunter Lab50.79807.7846-78.9857
CIE-Lab57.850912.4328-65.8630

#118bff color RGB value is (17,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001011 11111111
Octal 21 213 377
Decimal 17 139 255
Hex 11 8B FF

RGB Percentages of Color #118bff

%4.14
%33.82
%62.04

CMYK Percentages of Color #118bff

%93
%45
%0
%0

Triadic Colors of #118bff

#118bff #ff118b #8bff11

Analogous Colors of #118bff

#118bff #1114ff #11fffc

Monochromatic Colors of #118bff

#118bff

Complementary Color

#118bff #ff8511

#118bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#118bff Color CSS Codes

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

#118bff Text Font Color

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

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


#118bff Background Color

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

This div background color is #118bff


#118bff Border Color

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

This div border color is #118bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118bff


Comments

No comments written yet.

Please login to write comment.