Color Hex Logo

#1179dd Color Hex

#1179DD
(17,121,221)
0 Favorites   0 Comments

Color spaces of #1179dd

RGB 17121221
HSL0.580.860.47
HSV209°92°87°
CMYK 0.920.450.00   0.13
XYZ20.119719.014471.0163
Yxy19.01440.18270.1726
Hunter Lab43.60556.0508-66.0364
CIE-Lab50.704010.4698-58.4384

#1179dd color RGB value is (17,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111001 11011101
Octal 21 171 335
Decimal 17 121 221
Hex 11 79 DD

RGB Percentages of Color #1179dd

%4.74
%33.70
%61.56

CMYK Percentages of Color #1179dd

%92
%45
%0
%13

Triadic Colors of #1179dd

#1179dd #dd1179 #79dd11

Analogous Colors of #1179dd

#1179dd #1113dd #11dddb

Monochromatic Colors of #1179dd

#1179dd

Complementary Color

#1179dd #dd7511

#1179dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1179dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1179dd Color CSS Codes

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

#1179dd Text Font Color

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

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


#1179dd Background Color

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

This div background color is #1179dd


#1179dd Border Color

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

This div border color is #1179dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1179dd


Comments

No comments written yet.

Please login to write comment.