Shades of Dodger Blue #079DFE
Tints of Dodger Blue #079DFE
RGB
CMYK
RGB Variations
Color information
#079DFE (or 0x079DFE) is known color: Dodger Blue. HEX triplet: 07, 9D and FE. RGB value is (7,157,254). Sum of RGB (Red+Green+Blue) = 7+157+254=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #079DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079DFE is #F86201. Grayscale: #7A7A7A. Windows color (decimal): -16278018 or 16686343. OLE color: 16686343.
HSL color Cylindrical-coordinate representation of color #079DFE: hue angle of 203.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079DFE is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 157 | 254 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.00 |
| HSL | 203.56º | 0.99% | 0.51% | - |
| HSV(B) | 203.56º | 0.97% | 1% | - |
| XYZ | 30.03 | 31.31 | 98.23 | - |
| YUV | 123.21 | 201.81 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 254 | 0.97 | 0.38 | 0 | 0.00 | 203.56 | 0.99 | 0.51 |
| Hex | 7 | 9D | FE | 61 | 26 | 0 | 0 | CC | 63 | 33 |
| Octal | 7 | 235 | 376 | 141 | 46 | 0 | 0 | 314 | 143 | 63 |
| Binary | 111 | 10011101 | 11111110 | 1100001 | 100110 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #079DFE
Complementary color
Monochromatic Colors of #079DFE
Black with #079DFE
Text Example
Text Example
White with #079DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DFE; }
p { color: rgb(7,157,254); }
H1.HeaderClassName
{
color: #079DFE;
}
.AnyTagClassName
{
color: #079DFE;
}
</style>
background-color css
<style>
a { background-color: #079DFE; }
a { background-color: rgb(7,157,254); }
div.DivClassName
{
background-color: #079DFE;
}
.BgClassName
{
background-color: #079DFE;
}
</style>
border-color css
<style>
span { border-color: #079DFE; }
span { border-color: rgb(7,157,254); }
td.TdClassName
{
border-color: #079DFE;
}
.TagClassName
{
border-color: #079DFE;
}
</style>