Shades of Dodger Blue #0475FA
Tints of Dodger Blue #0475FA
RGB
CMYK
RGB Variations
Color information
#0475FA (or 0x0475FA) is known color: Dodger Blue. HEX triplet: 04, 75 and FA. RGB value is (4,117,250). Sum of RGB (Red+Green+Blue) = 4+117+250=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0475FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475FA is #FB8A05. Grayscale: #616161. Windows color (decimal): -16484870 or 16413956. OLE color: 16413956.
HSL color Cylindrical-coordinate representation of color #0475FA: hue angle of 212.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475FA is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 117 | 250 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.02 |
| HSL | 212.44º | 0.97% | 0.5% | - |
| HSV(B) | 212.44º | 0.98% | 0.98% | - |
| XYZ | 23.67 | 19.65 | 92.99 | - |
| YUV | 98.38 | 213.56 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 250 | 0.98 | 0.53 | 0 | 0.02 | 212.44 | 0.97 | 0.5 |
| Hex | 4 | 75 | FA | 62 | 35 | 0 | 2 | D4 | 61 | 32 |
| Octal | 4 | 165 | 372 | 142 | 65 | 0 | 2 | 324 | 141 | 62 |
| Binary | 100 | 1110101 | 11111010 | 1100010 | 110101 | 0 | 10 | 11010100 | 1100001 | 110010 |
Color Harmonies of #0475FA
Complementary color
Monochromatic Colors of #0475FA
Black with #0475FA
Text Example
Text Example
White with #0475FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475FA; }
p { color: rgb(4,117,250); }
H1.HeaderClassName
{
color: #0475FA;
}
.AnyTagClassName
{
color: #0475FA;
}
</style>
background-color css
<style>
a { background-color: #0475FA; }
a { background-color: rgb(4,117,250); }
div.DivClassName
{
background-color: #0475FA;
}
.BgClassName
{
background-color: #0475FA;
}
</style>
border-color css
<style>
span { border-color: #0475FA; }
span { border-color: rgb(4,117,250); }
td.TdClassName
{
border-color: #0475FA;
}
.TagClassName
{
border-color: #0475FA;
}
</style>