Shades of Dodger Blue #0471FD
Tints of Dodger Blue #0471FD
RGB
CMYK
RGB Variations
Color information
#0471FD (or 0x0471FD) is known color: Dodger Blue. HEX triplet: 04, 71 and FD. RGB value is (4,113,253). Sum of RGB (Red+Green+Blue) = 4+113+253=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #0471FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471FD is #FB8E02. Grayscale: #5F5F5F. Windows color (decimal): -16485891 or 16609540. OLE color: 16609540.
HSL color Cylindrical-coordinate representation of color #0471FD: hue angle of 213.73º 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 #0471FD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 113 | 253 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.01 |
| HSL | 213.73º | 0.98% | 0.5% | - |
| HSV(B) | 213.73º | 0.98% | 0.99% | - |
| XYZ | 23.68 | 18.93 | 95.33 | - |
| YUV | 96.37 | 216.39 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 253 | 0.98 | 0.55 | 0 | 0.01 | 213.73 | 0.98 | 0.5 |
| Hex | 4 | 71 | FD | 62 | 37 | 0 | 1 | D6 | 62 | 32 |
| Octal | 4 | 161 | 375 | 142 | 67 | 0 | 1 | 326 | 142 | 62 |
| Binary | 100 | 1110001 | 11111101 | 1100010 | 110111 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #0471FD
Complementary color
Monochromatic Colors of #0471FD
Black with #0471FD
Text Example
Text Example
White with #0471FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471FD; }
p { color: rgb(4,113,253); }
H1.HeaderClassName
{
color: #0471FD;
}
.AnyTagClassName
{
color: #0471FD;
}
</style>
background-color css
<style>
a { background-color: #0471FD; }
a { background-color: rgb(4,113,253); }
div.DivClassName
{
background-color: #0471FD;
}
.BgClassName
{
background-color: #0471FD;
}
</style>
border-color css
<style>
span { border-color: #0471FD; }
span { border-color: rgb(4,113,253); }
td.TdClassName
{
border-color: #0471FD;
}
.TagClassName
{
border-color: #0471FD;
}
</style>