Shades of Dodger Blue #079DFF
Tints of Dodger Blue #079DFF
RGB
CMYK
RGB Variations
Color information
#079DFF (or 0x079DFF) is known color: Dodger Blue. HEX triplet: 07, 9D and FF. RGB value is (7,157,255). Sum of RGB (Red+Green+Blue) = 7+157+255=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #079DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079DFF is #F86200. Grayscale: #7A7A7A. Windows color (decimal): -16278017 or 16751879. OLE color: 16751879.
HSL color Cylindrical-coordinate representation of color #079DFF: hue angle of 203.71º 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 #079DFF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 157 | 255 | - |
| CMYK | 0.97 | 0.38 | 0 | 0 |
| HSL | 203.71º | 1% | 0.51% | - |
| HSV(B) | 203.71º | 0.97% | 1% | - |
| XYZ | 30.19 | 31.38 | 99.07 | - |
| YUV | 123.32 | 202.31 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 255 | 0.97 | 0.38 | 0 | 0 | 203.71 | 1 | 0.51 |
| Hex | 7 | 9D | FF | 61 | 26 | 0 | 0 | CC | 64 | 33 |
| Octal | 7 | 235 | 377 | 141 | 46 | 0 | 0 | 314 | 144 | 63 |
| Binary | 111 | 10011101 | 11111111 | 1100001 | 100110 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #079DFF
Complementary color
Monochromatic Colors of #079DFF
Black with #079DFF
Text Example
Text Example
White with #079DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DFF; }
p { color: rgb(7,157,255); }
H1.HeaderClassName
{
color: #079DFF;
}
.AnyTagClassName
{
color: #079DFF;
}
</style>
background-color css
<style>
a { background-color: #079DFF; }
a { background-color: rgb(7,157,255); }
div.DivClassName
{
background-color: #079DFF;
}
.BgClassName
{
background-color: #079DFF;
}
</style>
border-color css
<style>
span { border-color: #079DFF; }
span { border-color: rgb(7,157,255); }
td.TdClassName
{
border-color: #079DFF;
}
.TagClassName
{
border-color: #079DFF;
}
</style>