Shades of Dodger Blue #078EFF
Tints of Dodger Blue #078EFF
RGB
CMYK
RGB Variations
Color information
#078EFF (or 0x078EFF) is known color: Dodger Blue. HEX triplet: 07, 8E and FF. RGB value is (7,142,255). Sum of RGB (Red+Green+Blue) = 7+142+255=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #078EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EFF is #F87100. Grayscale: #717171. Windows color (decimal): -16281857 or 16748039. OLE color: 16748039.
HSL color Cylindrical-coordinate representation of color #078EFF: hue angle of 207.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EFF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 142 | 255 | - |
| CMYK | 0.97 | 0.44 | 0 | 0 |
| HSL | 207.34º | 1% | 0.51% | - |
| HSV(B) | 207.34º | 0.97% | 1% | - |
| XYZ | 27.81 | 26.61 | 98.28 | - |
| YUV | 114.52 | 207.27 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 255 | 0.97 | 0.44 | 0 | 0 | 207.34 | 1 | 0.51 |
| Hex | 7 | 8E | FF | 61 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 7 | 216 | 377 | 141 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 111 | 10001110 | 11111111 | 1100001 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #078EFF
Complementary color
Monochromatic Colors of #078EFF
Black with #078EFF
Text Example
Text Example
White with #078EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EFF; }
p { color: rgb(7,142,255); }
H1.HeaderClassName
{
color: #078EFF;
}
.AnyTagClassName
{
color: #078EFF;
}
</style>
background-color css
<style>
a { background-color: #078EFF; }
a { background-color: rgb(7,142,255); }
div.DivClassName
{
background-color: #078EFF;
}
.BgClassName
{
background-color: #078EFF;
}
</style>
border-color css
<style>
span { border-color: #078EFF; }
span { border-color: rgb(7,142,255); }
td.TdClassName
{
border-color: #078EFF;
}
.TagClassName
{
border-color: #078EFF;
}
</style>