Color Hex Logo

#0470dc Color Hex

#0470DC
(4,112,220)
0 Favorites   0 Comments

Color spaces of #0470dc

RGB 4112220
HSL0.580.960.44
HSV210°98°86°
CMYK 0.980.490.00   0.14
XYZ18.762516.781569.9604
Yxy16.78150.17780.1591
Hunter Lab40.965210.0657-72.5798
CIE-Lab47.983515.3392-62.2650

#0470dc color RGB value is (4,112,220).

#0470dc hex color red value is 4, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0470dc hue: 0.58 , saturation: 0.96 and the lightness value of 0470dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110000 11011100
Octal 4 160 334
Decimal 4 112 220
Hex 4 70 DC

RGB Percentages of Color #0470dc

%1.19
%33.33
%65.48

CMYK Percentages of Color #0470dc

%98
%49
%0
%14

Triadic Colors of #0470dc

#0470dc #dc0470 #70dc04

Analogous Colors of #0470dc

#0470dc #0404dc #04dcdc

Monochromatic Colors of #0470dc

#0470dc

Complementary Color

#0470dc #dc7004

#0470dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0470dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0470dc Color CSS Codes

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

#0470dc Text Font Color

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

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


#0470dc Background Color

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

This div background color is #0470dc


#0470dc Border Color

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

This div border color is #0470dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,112,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 #0470dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0470dc


Comments

No comments written yet.

Please login to write comment.