Shades of Dodger Blue #079CFF
Tints of Dodger Blue #079CFF
RGB
CMYK
RGB Variations
Color information
#079CFF (or 0x079CFF) is known color: Dodger Blue. HEX triplet: 07, 9C and FF. RGB value is (7,156,255). Sum of RGB (Red+Green+Blue) = 7+156+255=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #079CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079CFF is #F86300. Grayscale: #7A7A7A. Windows color (decimal): -16278273 or 16751623. OLE color: 16751623.
HSL color Cylindrical-coordinate representation of color #079CFF: hue angle of 203.95º 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 #079CFF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 156 | 255 | - |
| CMYK | 0.97 | 0.39 | 0 | 0 |
| HSL | 203.95º | 1% | 0.51% | - |
| HSV(B) | 203.95º | 0.97% | 1% | - |
| XYZ | 30.03 | 31.04 | 99.02 | - |
| YUV | 122.74 | 202.64 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 255 | 0.97 | 0.39 | 0 | 0 | 203.95 | 1 | 0.51 |
| Hex | 7 | 9C | FF | 61 | 27 | 0 | 0 | CC | 64 | 33 |
| Octal | 7 | 234 | 377 | 141 | 47 | 0 | 0 | 314 | 144 | 63 |
| Binary | 111 | 10011100 | 11111111 | 1100001 | 100111 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #079CFF
Complementary color
Monochromatic Colors of #079CFF
Black with #079CFF
Text Example
Text Example
White with #079CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CFF; }
p { color: rgb(7,156,255); }
H1.HeaderClassName
{
color: #079CFF;
}
.AnyTagClassName
{
color: #079CFF;
}
</style>
background-color css
<style>
a { background-color: #079CFF; }
a { background-color: rgb(7,156,255); }
div.DivClassName
{
background-color: #079CFF;
}
.BgClassName
{
background-color: #079CFF;
}
</style>
border-color css
<style>
span { border-color: #079CFF; }
span { border-color: rgb(7,156,255); }
td.TdClassName
{
border-color: #079CFF;
}
.TagClassName
{
border-color: #079CFF;
}
</style>