Shades of Dodger Blue #079BFF
Tints of Dodger Blue #079BFF
RGB
CMYK
RGB Variations
Color information
#079BFF (or 0x079BFF) is known color: Dodger Blue. HEX triplet: 07, 9B and FF. RGB value is (7,155,255). Sum of RGB (Red+Green+Blue) = 7+155+255=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #079BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BFF is #F86400. Grayscale: #797979. Windows color (decimal): -16278529 or 16751367. OLE color: 16751367.
HSL color Cylindrical-coordinate representation of color #079BFF: hue angle of 204.19º 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 #079BFF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 155 | 255 | - |
| CMYK | 0.97 | 0.39 | 0 | 0 |
| HSL | 204.19º | 1% | 0.51% | - |
| HSV(B) | 204.19º | 0.97% | 1% | - |
| XYZ | 29.86 | 30.71 | 98.96 | - |
| YUV | 122.15 | 202.97 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 255 | 0.97 | 0.39 | 0 | 0 | 204.19 | 1 | 0.51 |
| Hex | 7 | 9B | FF | 61 | 27 | 0 | 0 | CC | 64 | 33 |
| Octal | 7 | 233 | 377 | 141 | 47 | 0 | 0 | 314 | 144 | 63 |
| Binary | 111 | 10011011 | 11111111 | 1100001 | 100111 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #079BFF
Complementary color
Monochromatic Colors of #079BFF
Black with #079BFF
Text Example
Text Example
White with #079BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BFF; }
p { color: rgb(7,155,255); }
H1.HeaderClassName
{
color: #079BFF;
}
.AnyTagClassName
{
color: #079BFF;
}
</style>
background-color css
<style>
a { background-color: #079BFF; }
a { background-color: rgb(7,155,255); }
div.DivClassName
{
background-color: #079BFF;
}
.BgClassName
{
background-color: #079BFF;
}
</style>
border-color css
<style>
span { border-color: #079BFF; }
span { border-color: rgb(7,155,255); }
td.TdClassName
{
border-color: #079BFF;
}
.TagClassName
{
border-color: #079BFF;
}
</style>