Color Hex Logo

#1377dd Color Hex

#1377DD
(19,119,221)
0 Favorites   0 Comments

Color spaces of #1377dd

RGB 19119221
HSL0.580.840.47
HSV210°91°87°
CMYK 0.910.460.00   0.13
XYZ19.916518.552670.9379
Yxy18.55260.18200.1696
Hunter Lab43.07277.1598-67.4957
CIE-Lab50.159611.8100-59.3132

#1377dd color RGB value is (19,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 11011101
Octal 23 167 335
Decimal 19 119 221
Hex 13 77 DD

RGB Percentages of Color #1377dd

%5.29
%33.15
%61.56

CMYK Percentages of Color #1377dd

%91
%46
%0
%13

Triadic Colors of #1377dd

#1377dd #dd1377 #77dd13

Analogous Colors of #1377dd

#1377dd #1413dd #13dcdd

Monochromatic Colors of #1377dd

#1377dd

Complementary Color

#1377dd #dd7913

#1377dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1377dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1377dd Color CSS Codes

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

#1377dd Text Font Color

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

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


#1377dd Background Color

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

This div background color is #1377dd


#1377dd Border Color

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

This div border color is #1377dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1377dd


Comments

No comments written yet.

Please login to write comment.