Shades of Dodger Blue #079EFF
Tints of Dodger Blue #079EFF
RGB
CMYK
RGB Variations
Color information
#079EFF (or 0x079EFF) is known color: Dodger Blue. HEX triplet: 07, 9E and FF. RGB value is (7,158,255). Sum of RGB (Red+Green+Blue) = 7+158+255=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #079EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079EFF is #F86100. Grayscale: #7B7B7B. Windows color (decimal): -16277761 or 16752135. OLE color: 16752135.
HSL color Cylindrical-coordinate representation of color #079EFF: hue angle of 203.47º 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 #079EFF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 158 | 255 | - |
| CMYK | 0.97 | 0.38 | 0 | 0 |
| HSL | 203.47º | 1% | 0.51% | - |
| HSV(B) | 203.47º | 0.97% | 1% | - |
| XYZ | 30.36 | 31.72 | 99.13 | - |
| YUV | 123.91 | 201.97 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 255 | 0.97 | 0.38 | 0 | 0 | 203.47 | 1 | 0.51 |
| Hex | 7 | 9E | FF | 61 | 26 | 0 | 0 | CB | 64 | 33 |
| Octal | 7 | 236 | 377 | 141 | 46 | 0 | 0 | 313 | 144 | 63 |
| Binary | 111 | 10011110 | 11111111 | 1100001 | 100110 | 0 | 0 | 11001011 | 1100100 | 110011 |
Color Harmonies of #079EFF
Complementary color
Monochromatic Colors of #079EFF
Black with #079EFF
Text Example
Text Example
White with #079EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079EFF; }
p { color: rgb(7,158,255); }
H1.HeaderClassName
{
color: #079EFF;
}
.AnyTagClassName
{
color: #079EFF;
}
</style>
background-color css
<style>
a { background-color: #079EFF; }
a { background-color: rgb(7,158,255); }
div.DivClassName
{
background-color: #079EFF;
}
.BgClassName
{
background-color: #079EFF;
}
</style>
border-color css
<style>
span { border-color: #079EFF; }
span { border-color: rgb(7,158,255); }
td.TdClassName
{
border-color: #079EFF;
}
.TagClassName
{
border-color: #079EFF;
}
</style>