Shades of Dodger Blue #079FEC
Tints of Dodger Blue #079FEC
RGB
CMYK
RGB Variations
Color information
#079FEC (or 0x079FEC) is known color: Dodger Blue. HEX triplet: 07, 9F and EC. RGB value is (7,159,236). Sum of RGB (Red+Green+Blue) = 7+159+236=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #079FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079FEC is #F86013. Grayscale: #797979. Windows color (decimal): -16277524 or 15507207. OLE color: 15507207.
HSL color Cylindrical-coordinate representation of color #079FEC: hue angle of 200.17º 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 #079FEC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 159 | 236 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.07 |
| HSL | 200.17º | 0.94% | 0.48% | - |
| HSV(B) | 200.17º | 0.97% | 0.93% | - |
| XYZ | 27.63 | 30.9 | 83.86 | - |
| YUV | 122.33 | 192.14 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 236 | 0.97 | 0.33 | 0 | 0.07 | 200.17 | 0.94 | 0.48 |
| Hex | 7 | 9F | EC | 61 | 21 | 0 | 7 | C8 | 5E | 30 |
| Octal | 7 | 237 | 354 | 141 | 41 | 0 | 7 | 310 | 136 | 60 |
| Binary | 111 | 10011111 | 11101100 | 1100001 | 100001 | 0 | 111 | 11001000 | 1011110 | 110000 |
Color Harmonies of #079FEC
Complementary color
Monochromatic Colors of #079FEC
Black with #079FEC
Text Example
Text Example
White with #079FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FEC; }
p { color: rgb(7,159,236); }
H1.HeaderClassName
{
color: #079FEC;
}
.AnyTagClassName
{
color: #079FEC;
}
</style>
background-color css
<style>
a { background-color: #079FEC; }
a { background-color: rgb(7,159,236); }
div.DivClassName
{
background-color: #079FEC;
}
.BgClassName
{
background-color: #079FEC;
}
</style>
border-color css
<style>
span { border-color: #079FEC; }
span { border-color: rgb(7,159,236); }
td.TdClassName
{
border-color: #079FEC;
}
.TagClassName
{
border-color: #079FEC;
}
</style>