Shades of Dodger Blue #0078FE
Tints of Dodger Blue #0078FE
RGB
CMYK
RGB Variations
Color information
#0078FE (or 0x0078FE) is known color: Dodger Blue. HEX triplet: 00, 78 and FE. RGB value is (0,120,254). Sum of RGB (Red+Green+Blue) = 0+120+254=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #0078FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FE is #FF8701. Grayscale: #626262. Windows color (decimal): -16746242 or 16676864. OLE color: 16676864.
HSL color Cylindrical-coordinate representation of color #0078FE: hue angle of 211.65º 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 #0078FE is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 120 | 254 | - |
| CMYK | 1 | 0.53 | 0 | 0.00 |
| HSL | 211.65º | 1% | 0.5% | - |
| HSV(B) | 211.65º | 1% | 1% | - |
| XYZ | 24.61 | 20.59 | 96.44 | - |
| YUV | 99.4 | 215.24 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 254 | 1 | 0.53 | 0 | 0.00 | 211.65 | 1 | 0.5 |
| Hex | 0 | 78 | FE | 64 | 35 | 0 | 0 | D4 | 64 | 32 |
| Octal | 0 | 170 | 376 | 144 | 65 | 0 | 0 | 324 | 144 | 62 |
| Binary | 0 | 1111000 | 11111110 | 1100100 | 110101 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0078FE
Complementary color
Monochromatic Colors of #0078FE
Black with #0078FE
Text Example
Text Example
White with #0078FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078FE; }
p { color: rgb(0,120,254); }
H1.HeaderClassName
{
color: #0078FE;
}
.AnyTagClassName
{
color: #0078FE;
}
</style>
background-color css
<style>
a { background-color: #0078FE; }
a { background-color: rgb(0,120,254); }
div.DivClassName
{
background-color: #0078FE;
}
.BgClassName
{
background-color: #0078FE;
}
</style>
border-color css
<style>
span { border-color: #0078FE; }
span { border-color: rgb(0,120,254); }
td.TdClassName
{
border-color: #0078FE;
}
.TagClassName
{
border-color: #0078FE;
}
</style>