Shades of Dodger Blue #079BFE
Tints of Dodger Blue #079BFE
RGB
CMYK
RGB Variations
Color information
#079BFE (or 0x079BFE) is known color: Dodger Blue. HEX triplet: 07, 9B and FE. RGB value is (7,155,254). Sum of RGB (Red+Green+Blue) = 7+155+254=416 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #079BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BFE is #F86401. Grayscale: #797979. Windows color (decimal): -16278530 or 16685831. OLE color: 16685831.
HSL color Cylindrical-coordinate representation of color #079BFE: hue angle of 204.05º 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 #079BFE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 155 | 254 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.00 |
| HSL | 204.05º | 0.99% | 0.51% | - |
| HSV(B) | 204.05º | 0.97% | 1% | - |
| XYZ | 29.7 | 30.64 | 98.12 | - |
| YUV | 122.03 | 202.47 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 254 | 0.97 | 0.39 | 0 | 0.00 | 204.05 | 0.99 | 0.51 |
| Hex | 7 | 9B | FE | 61 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 7 | 233 | 376 | 141 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 111 | 10011011 | 11111110 | 1100001 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #079BFE
Complementary color
Monochromatic Colors of #079BFE
Black with #079BFE
Text Example
Text Example
White with #079BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BFE; }
p { color: rgb(7,155,254); }
H1.HeaderClassName
{
color: #079BFE;
}
.AnyTagClassName
{
color: #079BFE;
}
</style>
background-color css
<style>
a { background-color: #079BFE; }
a { background-color: rgb(7,155,254); }
div.DivClassName
{
background-color: #079BFE;
}
.BgClassName
{
background-color: #079BFE;
}
</style>
border-color css
<style>
span { border-color: #079BFE; }
span { border-color: rgb(7,155,254); }
td.TdClassName
{
border-color: #079BFE;
}
.TagClassName
{
border-color: #079BFE;
}
</style>