Html Css Color HEX #0470FC Dodger Blue

📋 copy color: '#0470FC'

red 4 ◦ green 112 ◦ blue 252

#0470FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0470FC

Tints of Dodger Blue #0470FC

RGB

 RED value IS 4 (1.95% from 255) = 1.09%

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 1.09%
G = 30.43%
B = 68.48%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0470FC (or 0x0470FC) is known color: Dodger Blue. HEX triplet: 04, 70 and FC. RGB value is (4,112,252). Sum of RGB (Red+Green+Blue) = 4+112+252=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #0470FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470FC is #FB8F03. Grayscale: #5F5F5F. Windows color (decimal): -16486148 or 16543748. OLE color: 16543748.

HSL color Cylindrical-coordinate representation of color #0470FC: hue angle of 213.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470FC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 112 252 -
CMYK 0.98 0.56 0 0.01
HSL 213.87º 0.98% 0.5% -
HSV(B) 213.87º 0.98% 0.99% -
XYZ 23.41 18.64 94.46 -
YUV 95.67 216.22 62.62 -
System Red Green Blue C M Y K H S L
Decimal 4 112 252 0.98 0.56 0 0.01 213.87 0.98 0.5
Hex 4 70 FC 62 38 0 1 D6 62 32
Octal 4 160 374 142 70 0 1 326 142 62
Binary 100 1110000 11111100 1100010 111000 0 1 11010110 1100010 110010

Color Harmonies of #0470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470FC

Black with #0470FC

Text Example


Text Example

White with #0470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0470FC; }

 p { color: rgb(4,112,252); }

 H1.HeaderClassName
 {
   color: #0470FC;
 }
 .AnyTagClassName
 {
   color: #0470FC;
 }
</style>

background-color css

<style>
 a { background-color: #0470FC; }

 a { background-color: rgb(4,112,252); }

 div.DivClassName
 {
   background-color: #0470FC;
 }
 .BgClassName
 {
   background-color: #0470FC;
 }
</style>

border-color css

<style>
 span { border-color: #0470FC; }

 span { border-color: rgb(4,112,252); }

 td.TdClassName
 {
   border-color: #0470FC;
 }
 .TagClassName
 {
   border-color: #0470FC;
 }
</style>