Shades of Dodger Blue #0478FE
Tints of Dodger Blue #0478FE
RGB
CMYK
RGB Variations
Color information
#0478FE (or 0x0478FE) is known color: Dodger Blue. HEX triplet: 04, 78 and FE. RGB value is (4,120,254). Sum of RGB (Red+Green+Blue) = 4+120+254=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #0478FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0478FE is #FB8701. Grayscale: #636363. Windows color (decimal): -16484098 or 16676868. OLE color: 16676868.
HSL color Cylindrical-coordinate representation of color #0478FE: hue angle of 212.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478FE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 120 | 254 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.00 |
| HSL | 212.16º | 0.99% | 0.51% | - |
| HSV(B) | 212.16º | 0.98% | 1% | - |
| XYZ | 24.66 | 20.61 | 96.45 | - |
| YUV | 100.59 | 214.57 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 254 | 0.98 | 0.53 | 0 | 0.00 | 212.16 | 0.99 | 0.51 |
| Hex | 4 | 78 | FE | 62 | 35 | 0 | 0 | D4 | 63 | 33 |
| Octal | 4 | 170 | 376 | 142 | 65 | 0 | 0 | 324 | 143 | 63 |
| Binary | 100 | 1111000 | 11111110 | 1100010 | 110101 | 0 | 0 | 11010100 | 1100011 | 110011 |
Color Harmonies of #0478FE
Complementary color
Monochromatic Colors of #0478FE
Black with #0478FE
Text Example
Text Example
White with #0478FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478FE; }
p { color: rgb(4,120,254); }
H1.HeaderClassName
{
color: #0478FE;
}
.AnyTagClassName
{
color: #0478FE;
}
</style>
background-color css
<style>
a { background-color: #0478FE; }
a { background-color: rgb(4,120,254); }
div.DivClassName
{
background-color: #0478FE;
}
.BgClassName
{
background-color: #0478FE;
}
</style>
border-color css
<style>
span { border-color: #0478FE; }
span { border-color: rgb(4,120,254); }
td.TdClassName
{
border-color: #0478FE;
}
.TagClassName
{
border-color: #0478FE;
}
</style>