Color Hex Logo

#0d70cc Color Hex

#0D70CC
(13,112,204)
0 Favorites   0 Comments

Color spaces of #0d70cc

RGB 13112204
HSL0.580.880.43
HSV209°94°80°
CMYK 0.940.450.00   0.20
XYZ16.859216.033559.3329
Yxy16.03350.18280.1739
Hunter Lab40.04195.0823-59.8250
CIE-Lab47.01849.3020-54.7061

#0d70cc color RGB value is (13,112,204).

#0d70cc hex color red value is 13, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0d70cc hue: 0.58 , saturation: 0.88 and the lightness value of 0d70cc is 0.43.

The process color (four color CMYK) of #0d70cc color hex is 0.94, 0.45, 0.00, 0.20. Web safe color of #0d70cc is #0066cc. Color #0d70cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110000 11001100
Octal 15 160 314
Decimal 13 112 204
Hex D 70 CC

RGB Percentages of Color #0d70cc

%3.95
%34.04
%62.01

CMYK Percentages of Color #0d70cc

%94
%45
%0
%20

Triadic Colors of #0d70cc

#0d70cc #cc0d70 #70cc0d

Analogous Colors of #0d70cc

#0d70cc #0d10cc #0dccc9

Monochromatic Colors of #0d70cc

#0d70cc

Complementary Color

#0d70cc #cc690d

#0d70cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d70cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d70cc Color CSS Codes

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

#0d70cc Text Font Color

<p style="color:#0d70cc">Text here</p>

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


#0d70cc Background Color

<div style="background-color:#0d70cc">
Div content here</div>

This div background color is #0d70cc


#0d70cc Border Color

<div style="border:3px solid #0d70cc">
Div here</div>

This div border color is #0d70cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,112,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d70cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d70cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0d70cc;
  box-shadow:         1px 1px 3px 2px #0d70cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,112,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d70cc


Comments

No comments written yet.

Please login to write comment.