Html Css Color HEX #0472FD Dodger Blue

📋 copy color: '#0472FD'

red 4 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #0472FD

Tints of Dodger Blue #0472FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

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

R = 1.08%
G = 30.73%
B = 68.19%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0472FD (or 0x0472FD) is known color: Dodger Blue. HEX triplet: 04, 72 and FD. RGB value is (4,114,253). Sum of RGB (Red+Green+Blue) = 4+114+253=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #0472FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0472FD is #FB8D02. Grayscale: #606060. Windows color (decimal): -16485635 or 16609796. OLE color: 16609796.

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

Color convert

RGB 4 114 253 -
CMYK 0.98 0.55 0 0.01
HSL 213.49º 0.98% 0.5% -
HSV(B) 213.49º 0.98% 0.99% -
XYZ 23.8 19.15 95.37 -
YUV 96.96 216.06 61.7 -
System Red Green Blue C M Y K H S L
Decimal 4 114 253 0.98 0.55 0 0.01 213.49 0.98 0.5
Hex 4 72 FD 62 37 0 1 D5 62 32
Octal 4 162 375 142 67 0 1 325 142 62
Binary 100 1110010 11111101 1100010 110111 0 1 11010101 1100010 110010

Color Harmonies of #0472FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472FD

Black with #0472FD

Text Example


Text Example

White with #0472FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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