Color Hex Logo

#115bcc Color Hex

#115BCC
(17,91,204)
0 Favorites   0 Comments

Color spaces of #115bcc

RGB 1791204
HSL0.600.850.43
HSV216°92°80°
CMYK 0.920.550.00   0.20
XYZ14.871311.961058.6516
Yxy11.96100.17400.1399
Hunter Lab34.584716.2312-76.3397
CIE-Lab41.154123.0727-64.1894

#115bcc color RGB value is (17,91,204).

#115bcc hex color red value is 17, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #115bcc hue: 0.60 , saturation: 0.85 and the lightness value of 115bcc is 0.43.

The process color (four color CMYK) of #115bcc color hex is 0.92, 0.55, 0.00, 0.20. Web safe color of #115bcc is #0066cc. Color #115bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011011 11001100
Octal 21 133 314
Decimal 17 91 204
Hex 11 5B CC

RGB Percentages of Color #115bcc

%5.45
%29.17
%65.38

CMYK Percentages of Color #115bcc

%92
%55
%0
%20

Triadic Colors of #115bcc

#115bcc #cc115b #5bcc11

Analogous Colors of #115bcc

#115bcc #2511cc #11b9cc

Monochromatic Colors of #115bcc

#115bcc

Complementary Color

#115bcc #cc8211

#115bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#115bcc Color CSS Codes

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

#115bcc Text Font Color

<p style="color:#115bcc">Text here</p>

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


#115bcc Background Color

<div style="background-color:#115bcc">
Div content here</div>

This div background color is #115bcc


#115bcc Border Color

<div style="border:3px solid #115bcc">
Div here</div>

This div border color is #115bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,91,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #115bcc;
  box-shadow:         1px 1px 3px 2px #115bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115bcc


Comments

No comments written yet.

Please login to write comment.