Shades of Dodger Blue #078EEC
Tints of Dodger Blue #078EEC
RGB
CMYK
RGB Variations
Color information
#078EEC (or 0x078EEC) is known color: Dodger Blue. HEX triplet: 07, 8E and EC. RGB value is (7,142,236). Sum of RGB (Red+Green+Blue) = 7+142+236=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #078EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EEC is #F87113. Grayscale: #6F6F6F. Windows color (decimal): -16281876 or 15502855. OLE color: 15502855.
HSL color Cylindrical-coordinate representation of color #078EEC: hue angle of 204.63º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EEC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 142 | 236 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.07 |
| HSL | 204.63º | 0.94% | 0.48% | - |
| HSV(B) | 204.63º | 0.97% | 0.93% | - |
| XYZ | 24.9 | 25.45 | 82.96 | - |
| YUV | 112.35 | 197.77 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 236 | 0.97 | 0.40 | 0 | 0.07 | 204.63 | 0.94 | 0.48 |
| Hex | 7 | 8E | EC | 61 | 28 | 0 | 7 | CD | 5E | 30 |
| Octal | 7 | 216 | 354 | 141 | 50 | 0 | 7 | 315 | 136 | 60 |
| Binary | 111 | 10001110 | 11101100 | 1100001 | 101000 | 0 | 111 | 11001101 | 1011110 | 110000 |
Color Harmonies of #078EEC
Complementary color
Monochromatic Colors of #078EEC
Black with #078EEC
Text Example
Text Example
White with #078EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EEC; }
p { color: rgb(7,142,236); }
H1.HeaderClassName
{
color: #078EEC;
}
.AnyTagClassName
{
color: #078EEC;
}
</style>
background-color css
<style>
a { background-color: #078EEC; }
a { background-color: rgb(7,142,236); }
div.DivClassName
{
background-color: #078EEC;
}
.BgClassName
{
background-color: #078EEC;
}
</style>
border-color css
<style>
span { border-color: #078EEC; }
span { border-color: rgb(7,142,236); }
td.TdClassName
{
border-color: #078EEC;
}
.TagClassName
{
border-color: #078EEC;
}
</style>