Color Hex Logo

#1188dd Color Hex

#1188DD
(17,136,221)
0 Favorites   0 Comments

Color spaces of #1188dd

RGB 17136221
HSL0.570.860.47
HSV205°92°87°
CMYK 0.920.380.00   0.13
XYZ22.086522.947971.6719
Yxy22.94790.18920.1966
Hunter Lab47.9040-1.5331-55.1744
CIE-Lab55.01861.2821-51.5315

#1188dd color RGB value is (17,136,221).

#1188dd hex color red value is 17, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1188dd hue: 0.57 , saturation: 0.86 and the lightness value of 1188dd is 0.47.

The process color (four color CMYK) of #1188dd color hex is 0.92, 0.38, 0.00, 0.13. Web safe color of #1188dd is #0099cc. Color #1188dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001000 11011101
Octal 21 210 335
Decimal 17 136 221
Hex 11 88 DD

RGB Percentages of Color #1188dd

%4.55
%36.36
%59.09

CMYK Percentages of Color #1188dd

%92
%38
%0
%13

Triadic Colors of #1188dd

#1188dd #dd1188 #88dd11

Analogous Colors of #1188dd

#1188dd #1122dd #11ddcc

Monochromatic Colors of #1188dd

#1188dd

Complementary Color

#1188dd #dd6611

#1188dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1188dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1188dd Color CSS Codes

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

#1188dd Text Font Color

<p style="color:#1188dd">Text here</p>

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


#1188dd Background Color

<div style="background-color:#1188dd">
Div content here</div>

This div background color is #1188dd


#1188dd Border Color

<div style="border:3px solid #1188dd">
Div here</div>

This div border color is #1188dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,136,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1188dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1188dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1188dd;
  box-shadow:         1px 1px 3px 2px #1188dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1188dd


Comments

No comments written yet.

Please login to write comment.