Shades of Dodger Blue #078FEC
Tints of Dodger Blue #078FEC
RGB
CMYK
RGB Variations
Color information
#078FEC (or 0x078FEC) is known color: Dodger Blue. HEX triplet: 07, 8F and EC. RGB value is (7,143,236). Sum of RGB (Red+Green+Blue) = 7+143+236=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #078FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FEC is #F87013. Grayscale: #707070. Windows color (decimal): -16281620 or 15503111. OLE color: 15503111.
HSL color Cylindrical-coordinate representation of color #078FEC: hue angle of 204.37º 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 #078FEC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 143 | 236 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.07 |
| HSL | 204.37º | 0.94% | 0.48% | - |
| HSV(B) | 204.37º | 0.97% | 0.93% | - |
| XYZ | 25.05 | 25.75 | 83.01 | - |
| YUV | 112.94 | 197.44 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 236 | 0.97 | 0.39 | 0 | 0.07 | 204.37 | 0.94 | 0.48 |
| Hex | 7 | 8F | EC | 61 | 27 | 0 | 7 | CC | 5E | 30 |
| Octal | 7 | 217 | 354 | 141 | 47 | 0 | 7 | 314 | 136 | 60 |
| Binary | 111 | 10001111 | 11101100 | 1100001 | 100111 | 0 | 111 | 11001100 | 1011110 | 110000 |
Color Harmonies of #078FEC
Complementary color
Monochromatic Colors of #078FEC
Black with #078FEC
Text Example
Text Example
White with #078FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FEC; }
p { color: rgb(7,143,236); }
H1.HeaderClassName
{
color: #078FEC;
}
.AnyTagClassName
{
color: #078FEC;
}
</style>
background-color css
<style>
a { background-color: #078FEC; }
a { background-color: rgb(7,143,236); }
div.DivClassName
{
background-color: #078FEC;
}
.BgClassName
{
background-color: #078FEC;
}
</style>
border-color css
<style>
span { border-color: #078FEC; }
span { border-color: rgb(7,143,236); }
td.TdClassName
{
border-color: #078FEC;
}
.TagClassName
{
border-color: #078FEC;
}
</style>