Shades of Dodger Blue #079AFE
Tints of Dodger Blue #079AFE
RGB
CMYK
RGB Variations
Color information
#079AFE (or 0x079AFE) is known color: Dodger Blue. HEX triplet: 07, 9A and FE. RGB value is (7,154,254). Sum of RGB (Red+Green+Blue) = 7+154+254=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #079AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079AFE is #F86501. Grayscale: #787878. Windows color (decimal): -16278786 or 16685575. OLE color: 16685575.
HSL color Cylindrical-coordinate representation of color #079AFE: hue angle of 204.29º 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 #079AFE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 154 | 254 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.00 |
| HSL | 204.29º | 0.99% | 0.51% | - |
| HSV(B) | 204.29º | 0.97% | 1% | - |
| XYZ | 29.53 | 30.31 | 98.06 | - |
| YUV | 121.45 | 202.8 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 254 | 0.97 | 0.39 | 0 | 0.00 | 204.29 | 0.99 | 0.51 |
| Hex | 7 | 9A | FE | 61 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 7 | 232 | 376 | 141 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 111 | 10011010 | 11111110 | 1100001 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #079AFE
Complementary color
Monochromatic Colors of #079AFE
Black with #079AFE
Text Example
Text Example
White with #079AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AFE; }
p { color: rgb(7,154,254); }
H1.HeaderClassName
{
color: #079AFE;
}
.AnyTagClassName
{
color: #079AFE;
}
</style>
background-color css
<style>
a { background-color: #079AFE; }
a { background-color: rgb(7,154,254); }
div.DivClassName
{
background-color: #079AFE;
}
.BgClassName
{
background-color: #079AFE;
}
</style>
border-color css
<style>
span { border-color: #079AFE; }
span { border-color: rgb(7,154,254); }
td.TdClassName
{
border-color: #079AFE;
}
.TagClassName
{
border-color: #079AFE;
}
</style>