Html Css Color HEX #0471FE Dodger Blue

📋 copy color: '#0471FE'

red 4 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #0471FE

Tints of Dodger Blue #0471FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 1.08%
G = 30.46%
B = 68.46%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0471FE (or 0x0471FE) is known color: Dodger Blue. HEX triplet: 04, 71 and FE. RGB value is (4,113,254). Sum of RGB (Red+Green+Blue) = 4+113+254=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #0471FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471FE is #FB8E01. Grayscale: #5F5F5F. Windows color (decimal): -16485890 or 16675076. OLE color: 16675076.

HSL color Cylindrical-coordinate representation of color #0471FE: hue angle of 213.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471FE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 113 254 -
CMYK 0.98 0.56 0 0.00
HSL 213.84º 0.99% 0.51% -
HSV(B) 213.84º 0.98% 1% -
XYZ 23.84 18.99 96.17 -
YUV 96.48 216.89 62.04 -
System Red Green Blue C M Y K H S L
Decimal 4 113 254 0.98 0.56 0 0.00 213.84 0.99 0.51
Hex 4 71 FE 62 38 0 0 D6 63 33
Octal 4 161 376 142 70 0 0 326 143 63
Binary 100 1110001 11111110 1100010 111000 0 0 11010110 1100011 110011

Color Harmonies of #0471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471FE

Black with #0471FE

Text Example


Text Example

White with #0471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0471FE; }

 p { color: rgb(4,113,254); }

 H1.HeaderClassName
 {
   color: #0471FE;
 }
 .AnyTagClassName
 {
   color: #0471FE;
 }
</style>

background-color css

<style>
 a { background-color: #0471FE; }

 a { background-color: rgb(4,113,254); }

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

border-color css

<style>
 span { border-color: #0471FE; }

 span { border-color: rgb(4,113,254); }

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