Color Hex Logo

#1375dc Color Hex

#1375DC
(19,117,220)
0 Favorites   0 Comments

Color spaces of #1375dc

RGB 19117220
HSL0.590.840.47
HSV211°91°86°
CMYK 0.910.470.00   0.14
XYZ19.548118.028370.1597
Yxy18.02830.18140.1673
Hunter Lab42.45977.8753-68.2479
CIE-Lab49.530412.6795-59.7617

#1375dc color RGB value is (19,117,220).

#1375dc hex color red value is 19, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1375dc hue: 0.59 , saturation: 0.84 and the lightness value of 1375dc is 0.47.

The process color (four color CMYK) of #1375dc color hex is 0.91, 0.47, 0.00, 0.14. Web safe color of #1375dc is #0066cc. Color #1375dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 11011100
Octal 23 165 334
Decimal 19 117 220
Hex 13 75 DC

RGB Percentages of Color #1375dc

%5.34
%32.87
%61.80

CMYK Percentages of Color #1375dc

%91
%47
%0
%14

Triadic Colors of #1375dc

#1375dc #dc1375 #75dc13

Analogous Colors of #1375dc

#1375dc #1513dc #13dadc

Monochromatic Colors of #1375dc

#1375dc

Complementary Color

#1375dc #dc7a13

#1375dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1375dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1375dc Color CSS Codes

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

#1375dc Text Font Color

<p style="color:#1375dc">Text here</p>

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


#1375dc Background Color

<div style="background-color:#1375dc">
Div content here</div>

This div background color is #1375dc


#1375dc Border Color

<div style="border:3px solid #1375dc">
Div here</div>

This div border color is #1375dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,117,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1375dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1375dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1375dc;
  box-shadow:         1px 1px 3px 2px #1375dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,117,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1375dc


Comments

No comments written yet.

Please login to write comment.