Color Hex Logo

#115dcb Color Hex

#115DCB
(17,93,203)
0 Favorites   0 Comments

Color spaces of #115dcb

RGB 1793203
HSL0.600.850.43
HSV215°92°80°
CMYK 0.920.540.00   0.20
XYZ14.925012.259758.0796
Yxy12.25970.17500.1438
Hunter Lab35.013914.8131-73.8382
CIE-Lab41.625921.3627-62.8451

#115dcb color RGB value is (17,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011101 11001011
Octal 21 135 313
Decimal 17 93 203
Hex 11 5D CB

RGB Percentages of Color #115dcb

%5.43
%29.71
%64.86

CMYK Percentages of Color #115dcb

%92
%54
%0
%20

Triadic Colors of #115dcb

#115dcb #cb115d #5dcb11

Analogous Colors of #115dcb

#115dcb #2211cb #11bacb

Monochromatic Colors of #115dcb

#115dcb

Complementary Color

#115dcb #cb7f11

#115dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#115dcb Color CSS Codes

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

#115dcb Text Font Color

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

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


#115dcb Background Color

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

This div background color is #115dcb


#115dcb Border Color

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

This div border color is #115dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115dcb


Comments

No comments written yet.

Please login to write comment.