Shades of Dodger Blue #0078FF
Tints of Dodger Blue #0078FF
RGB
CMYK
RGB Variations
Color information
#0078FF (or 0x0078FF) is known color: Dodger Blue. HEX triplet: 00, 78 and FF. RGB value is (0,120,255). Sum of RGB (Red+Green+Blue) = 0+120+255=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0078FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FF is #FF8700. Grayscale: #626262. Windows color (decimal): -16746241 or 16742400. OLE color: 16742400.
HSL color Cylindrical-coordinate representation of color #0078FF: hue angle of 211.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078FF is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 120 | 255 | - |
| CMYK | 1 | 0.53 | 0 | 0 |
| HSL | 211.76º | 1% | 0.5% | - |
| HSV(B) | 211.76º | 1% | 1% | - |
| XYZ | 24.77 | 20.65 | 97.29 | - |
| YUV | 99.51 | 215.74 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 255 | 1 | 0.53 | 0 | 0 | 211.76 | 1 | 0.5 |
| Hex | 0 | 78 | FF | 64 | 35 | 0 | 0 | D4 | 64 | 32 |
| Octal | 0 | 170 | 377 | 144 | 65 | 0 | 0 | 324 | 144 | 62 |
| Binary | 0 | 1111000 | 11111111 | 1100100 | 110101 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0078FF
Complementary color
Monochromatic Colors of #0078FF
Black with #0078FF
Text Example
Text Example
White with #0078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078FF; }
p { color: rgb(0,120,255); }
H1.HeaderClassName
{
color: #0078FF;
}
.AnyTagClassName
{
color: #0078FF;
}
</style>
background-color css
<style>
a { background-color: #0078FF; }
a { background-color: rgb(0,120,255); }
div.DivClassName
{
background-color: #0078FF;
}
.BgClassName
{
background-color: #0078FF;
}
</style>
border-color css
<style>
span { border-color: #0078FF; }
span { border-color: rgb(0,120,255); }
td.TdClassName
{
border-color: #0078FF;
}
.TagClassName
{
border-color: #0078FF;
}
</style>