Shades of Dodger Blue #0471FF
Tints of Dodger Blue #0471FF
RGB
CMYK
RGB Variations
Color information
#0471FF (or 0x0471FF) is known color: Dodger Blue. HEX triplet: 04, 71 and FF. RGB value is (4,113,255). Sum of RGB (Red+Green+Blue) = 4+113+255=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #0471FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471FF is #FB8E00. Grayscale: #5F5F5F. Windows color (decimal): -16485889 or 16740612. OLE color: 16740612.
HSL color Cylindrical-coordinate representation of color #0471FF: hue angle of 213.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471FF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 113 | 255 | - |
| CMYK | 0.98 | 0.56 | 0 | 0 |
| HSL | 213.94º | 1% | 0.51% | - |
| HSV(B) | 213.94º | 0.98% | 1% | - |
| XYZ | 24.01 | 19.06 | 97.02 | - |
| YUV | 96.6 | 217.39 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 255 | 0.98 | 0.56 | 0 | 0 | 213.94 | 1 | 0.51 |
| Hex | 4 | 71 | FF | 62 | 38 | 0 | 0 | D6 | 64 | 33 |
| Octal | 4 | 161 | 377 | 142 | 70 | 0 | 0 | 326 | 144 | 63 |
| Binary | 100 | 1110001 | 11111111 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100100 | 110011 |
Color Harmonies of #0471FF
Complementary color
Monochromatic Colors of #0471FF
Black with #0471FF
Text Example
Text Example
White with #0471FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471FF; }
p { color: rgb(4,113,255); }
H1.HeaderClassName
{
color: #0471FF;
}
.AnyTagClassName
{
color: #0471FF;
}
</style>
background-color css
<style>
a { background-color: #0471FF; }
a { background-color: rgb(4,113,255); }
div.DivClassName
{
background-color: #0471FF;
}
.BgClassName
{
background-color: #0471FF;
}
</style>
border-color css
<style>
span { border-color: #0471FF; }
span { border-color: rgb(4,113,255); }
td.TdClassName
{
border-color: #0471FF;
}
.TagClassName
{
border-color: #0471FF;
}
</style>