Html Css Color HEX #0475FE Dodger Blue

📋 copy color: '#0475FE'

red 4 ◦ green 117 ◦ blue 254

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

Shades of Dodger Blue #0475FE

Tints of Dodger Blue #0475FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 1.07%
G = 31.2%
B = 67.73%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0475FE (or 0x0475FE) is known color: Dodger Blue. HEX triplet: 04, 75 and FE. RGB value is (4,117,254). Sum of RGB (Red+Green+Blue) = 4+117+254=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0475FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475FE is #FB8A01. Grayscale: #626262. Windows color (decimal): -16484866 or 16676100. OLE color: 16676100.

HSL color Cylindrical-coordinate representation of color #0475FE: hue angle of 212.88º 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 #0475FE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 117 254 -
CMYK 0.98 0.54 0 0.00
HSL 212.88º 0.99% 0.51% -
HSV(B) 212.88º 0.98% 1% -
XYZ 24.3 19.9 96.33 -
YUV 98.83 215.56 60.36 -
System Red Green Blue C M Y K H S L
Decimal 4 117 254 0.98 0.54 0 0.00 212.88 0.99 0.51
Hex 4 75 FE 62 36 0 0 D5 63 33
Octal 4 165 376 142 66 0 0 325 143 63
Binary 100 1110101 11111110 1100010 110110 0 0 11010101 1100011 110011

Color Harmonies of #0475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475FE

Black with #0475FE

Text Example


Text Example

White with #0475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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