Shades of Dodger Blue #079CFA
Tints of Dodger Blue #079CFA
RGB
CMYK
RGB Variations
Color information
#079CFA (or 0x079CFA) is known color: Dodger Blue. HEX triplet: 07, 9C and FA. RGB value is (7,156,250). Sum of RGB (Red+Green+Blue) = 7+156+250=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #079CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079CFA is #F86305. Grayscale: #797979. Windows color (decimal): -16278278 or 16423943. OLE color: 16423943.
HSL color Cylindrical-coordinate representation of color #079CFA: hue angle of 203.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CFA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 156 | 250 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.02 |
| HSL | 203.21º | 0.96% | 0.5% | - |
| HSV(B) | 203.21º | 0.97% | 0.98% | - |
| XYZ | 29.23 | 30.72 | 94.83 | - |
| YUV | 122.17 | 200.14 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 250 | 0.97 | 0.38 | 0 | 0.02 | 203.21 | 0.96 | 0.5 |
| Hex | 7 | 9C | FA | 61 | 26 | 0 | 2 | CB | 60 | 32 |
| Octal | 7 | 234 | 372 | 141 | 46 | 0 | 2 | 313 | 140 | 62 |
| Binary | 111 | 10011100 | 11111010 | 1100001 | 100110 | 0 | 10 | 11001011 | 1100000 | 110010 |
Color Harmonies of #079CFA
Complementary color
Monochromatic Colors of #079CFA
Black with #079CFA
Text Example
Text Example
White with #079CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CFA; }
p { color: rgb(7,156,250); }
H1.HeaderClassName
{
color: #079CFA;
}
.AnyTagClassName
{
color: #079CFA;
}
</style>
background-color css
<style>
a { background-color: #079CFA; }
a { background-color: rgb(7,156,250); }
div.DivClassName
{
background-color: #079CFA;
}
.BgClassName
{
background-color: #079CFA;
}
</style>
border-color css
<style>
span { border-color: #079CFA; }
span { border-color: rgb(7,156,250); }
td.TdClassName
{
border-color: #079CFA;
}
.TagClassName
{
border-color: #079CFA;
}
</style>