Html Css Color HEX #0475FD Dodger Blue

📋 copy color: '#0475FD'

red 4 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #0475FD

Tints of Dodger Blue #0475FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.65%

R = 1.07%
G = 31.28%
B = 67.65%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0475FD (or 0x0475FD) is known color: Dodger Blue. HEX triplet: 04, 75 and FD. RGB value is (4,117,253). Sum of RGB (Red+Green+Blue) = 4+117+253=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #0475FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475FD is #FB8A02. Grayscale: #626262. Windows color (decimal): -16484867 or 16610564. OLE color: 16610564.

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

Color convert

RGB 4 117 253 -
CMYK 0.98 0.54 0 0.01
HSL 212.77º 0.98% 0.5% -
HSV(B) 212.77º 0.98% 0.99% -
XYZ 24.14 19.84 95.49 -
YUV 98.72 215.06 60.44 -
System Red Green Blue C M Y K H S L
Decimal 4 117 253 0.98 0.54 0 0.01 212.77 0.98 0.5
Hex 4 75 FD 62 36 0 1 D5 62 32
Octal 4 165 375 142 66 0 1 325 142 62
Binary 100 1110101 11111101 1100010 110110 0 1 11010101 1100010 110010

Color Harmonies of #0475FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475FD

Black with #0475FD

Text Example


Text Example

White with #0475FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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