Html Css Color HEX #0470FA Dodger Blue

📋 copy color: '#0470FA'

red 4 ◦ green 112 ◦ blue 250

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

Shades of Dodger Blue #0470FA

Tints of Dodger Blue #0470FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 1.09%
G = 30.6%
B = 68.31%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0470FA (or 0x0470FA) is known color: Dodger Blue. HEX triplet: 04, 70 and FA. RGB value is (4,112,250). Sum of RGB (Red+Green+Blue) = 4+112+250=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #0470FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470FA is #FB8F05. Grayscale: #5E5E5E. Windows color (decimal): -16486150 or 16412676. OLE color: 16412676.

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

Color convert

RGB 4 112 250 -
CMYK 0.98 0.55 0 0.02
HSL 213.66º 0.97% 0.5% -
HSV(B) 213.66º 0.98% 0.98% -
XYZ 23.1 18.52 92.8 -
YUV 95.44 215.22 62.78 -
System Red Green Blue C M Y K H S L
Decimal 4 112 250 0.98 0.55 0 0.02 213.66 0.97 0.5
Hex 4 70 FA 62 37 0 2 D6 61 32
Octal 4 160 372 142 67 0 2 326 141 62
Binary 100 1110000 11111010 1100010 110111 0 10 11010110 1100001 110010

Color Harmonies of #0470FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470FA

Black with #0470FA

Text Example


Text Example

White with #0470FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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