Shades of Dodger Blue #079FFE
Tints of Dodger Blue #079FFE
RGB
CMYK
RGB Variations
Color information
#079FFE (or 0x079FFE) is known color: Dodger Blue. HEX triplet: 07, 9F and FE. RGB value is (7,159,254). Sum of RGB (Red+Green+Blue) = 7+159+254=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #079FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079FFE is #F86001. Grayscale: #7B7B7B. Windows color (decimal): -16277506 or 16686855. OLE color: 16686855.
HSL color Cylindrical-coordinate representation of color #079FFE: hue angle of 203.08º 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 #079FFE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 159 | 254 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.00 |
| HSL | 203.08º | 0.99% | 0.51% | - |
| HSV(B) | 203.08º | 0.97% | 1% | - |
| XYZ | 30.38 | 32 | 98.34 | - |
| YUV | 124.38 | 201.14 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 254 | 0.97 | 0.37 | 0 | 0.00 | 203.08 | 0.99 | 0.51 |
| Hex | 7 | 9F | FE | 61 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 7 | 237 | 376 | 141 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 111 | 10011111 | 11111110 | 1100001 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #079FFE
Complementary color
Monochromatic Colors of #079FFE
Black with #079FFE
Text Example
Text Example
White with #079FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FFE; }
p { color: rgb(7,159,254); }
H1.HeaderClassName
{
color: #079FFE;
}
.AnyTagClassName
{
color: #079FFE;
}
</style>
background-color css
<style>
a { background-color: #079FFE; }
a { background-color: rgb(7,159,254); }
div.DivClassName
{
background-color: #079FFE;
}
.BgClassName
{
background-color: #079FFE;
}
</style>
border-color css
<style>
span { border-color: #079FFE; }
span { border-color: rgb(7,159,254); }
td.TdClassName
{
border-color: #079FFE;
}
.TagClassName
{
border-color: #079FFE;
}
</style>