Shades of Dodger Blue #079CFC
Tints of Dodger Blue #079CFC
RGB
CMYK
RGB Variations
Color information
#079CFC (or 0x079CFC) is known color: Dodger Blue. HEX triplet: 07, 9C and FC. RGB value is (7,156,252). Sum of RGB (Red+Green+Blue) = 7+156+252=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #079CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079CFC is #F86303. Grayscale: #797979. Windows color (decimal): -16278276 or 16555015. OLE color: 16555015.
HSL color Cylindrical-coordinate representation of color #079CFC: hue angle of 203.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CFC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 156 | 252 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.01 |
| HSL | 203.51º | 0.98% | 0.51% | - |
| HSV(B) | 203.51º | 0.97% | 0.99% | - |
| XYZ | 29.55 | 30.85 | 96.49 | - |
| YUV | 122.39 | 201.14 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 252 | 0.97 | 0.38 | 0 | 0.01 | 203.51 | 0.98 | 0.51 |
| Hex | 7 | 9C | FC | 61 | 26 | 0 | 1 | CC | 62 | 33 |
| Octal | 7 | 234 | 374 | 141 | 46 | 0 | 1 | 314 | 142 | 63 |
| Binary | 111 | 10011100 | 11111100 | 1100001 | 100110 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #079CFC
Complementary color
Monochromatic Colors of #079CFC
Black with #079CFC
Text Example
Text Example
White with #079CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CFC; }
p { color: rgb(7,156,252); }
H1.HeaderClassName
{
color: #079CFC;
}
.AnyTagClassName
{
color: #079CFC;
}
</style>
background-color css
<style>
a { background-color: #079CFC; }
a { background-color: rgb(7,156,252); }
div.DivClassName
{
background-color: #079CFC;
}
.BgClassName
{
background-color: #079CFC;
}
</style>
border-color css
<style>
span { border-color: #079CFC; }
span { border-color: rgb(7,156,252); }
td.TdClassName
{
border-color: #079CFC;
}
.TagClassName
{
border-color: #079CFC;
}
</style>