Html Css Color HEX #0476FF Dodger Blue

📋 copy color: '#0476FF'

red 4 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #0476FF

Tints of Dodger Blue #0476FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 255 (100% from 255) = 67.64%

R = 1.06%
G = 31.3%
B = 67.64%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0476FF (or 0x0476FF) is known color: Dodger Blue. HEX triplet: 04, 76 and FF. RGB value is (4,118,255). Sum of RGB (Red+Green+Blue) = 4+118+255=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #0476FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0476FF is #FB8900. Grayscale: #626262. Windows color (decimal): -16484609 or 16741892. OLE color: 16741892.

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

Color convert

RGB 4 118 255 -
CMYK 0.98 0.54 0 0
HSL 212.75º 1% 0.51% -
HSV(B) 212.75º 0.98% 1% -
XYZ 24.58 20.2 97.21 -
YUV 99.53 215.73 59.86 -
System Red Green Blue C M Y K H S L
Decimal 4 118 255 0.98 0.54 0 0 212.75 1 0.51
Hex 4 76 FF 62 36 0 0 D5 64 33
Octal 4 166 377 142 66 0 0 325 144 63
Binary 100 1110110 11111111 1100010 110110 0 0 11010101 1100100 110011

Color Harmonies of #0476FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0476FF

Black with #0476FF

Text Example


Text Example

White with #0476FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0476FF; }

 p { color: rgb(4,118,255); }

 H1.HeaderClassName
 {
   color: #0476FF;
 }
 .AnyTagClassName
 {
   color: #0476FF;
 }
</style>

background-color css

<style>
 a { background-color: #0476FF; }

 a { background-color: rgb(4,118,255); }

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

border-color css

<style>
 span { border-color: #0476FF; }

 span { border-color: rgb(4,118,255); }

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