Shades of Dodger Blue #0475FF
Tints of Dodger Blue #0475FF
RGB
CMYK
RGB Variations
Color information
#0475FF (or 0x0475FF) is known color: Dodger Blue. HEX triplet: 04, 75 and FF. RGB value is (4,117,255). Sum of RGB (Red+Green+Blue) = 4+117+255=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #0475FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475FF is #FB8A00. Grayscale: #626262. Windows color (decimal): -16484865 or 16741636. OLE color: 16741636.
HSL color Cylindrical-coordinate representation of color #0475FF: hue angle of 212.99º 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 #0475FF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 117 | 255 | - |
| CMYK | 0.98 | 0.54 | 0 | 0 |
| HSL | 212.99º | 1% | 0.51% | - |
| HSV(B) | 212.99º | 0.98% | 1% | - |
| XYZ | 24.46 | 19.97 | 97.17 | - |
| YUV | 98.95 | 216.06 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 255 | 0.98 | 0.54 | 0 | 0 | 212.99 | 1 | 0.51 |
| Hex | 4 | 75 | FF | 62 | 36 | 0 | 0 | D5 | 64 | 33 |
| Octal | 4 | 165 | 377 | 142 | 66 | 0 | 0 | 325 | 144 | 63 |
| Binary | 100 | 1110101 | 11111111 | 1100010 | 110110 | 0 | 0 | 11010101 | 1100100 | 110011 |
Color Harmonies of #0475FF
Complementary color
Monochromatic Colors of #0475FF
Black with #0475FF
Text Example
Text Example
White with #0475FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475FF; }
p { color: rgb(4,117,255); }
H1.HeaderClassName
{
color: #0475FF;
}
.AnyTagClassName
{
color: #0475FF;
}
</style>
background-color css
<style>
a { background-color: #0475FF; }
a { background-color: rgb(4,117,255); }
div.DivClassName
{
background-color: #0475FF;
}
.BgClassName
{
background-color: #0475FF;
}
</style>
border-color css
<style>
span { border-color: #0475FF; }
span { border-color: rgb(4,117,255); }
td.TdClassName
{
border-color: #0475FF;
}
.TagClassName
{
border-color: #0475FF;
}
</style>