Shades of Dodger Blue #0792EC
Tints of Dodger Blue #0792EC
RGB
CMYK
RGB Variations
Color information
#0792EC (or 0x0792EC) is known color: Dodger Blue. HEX triplet: 07, 92 and EC. RGB value is (7,146,236). Sum of RGB (Red+Green+Blue) = 7+146+236=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #0792EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0792EC is #F86D13. Grayscale: #727272. Windows color (decimal): -16280852 or 15503879. OLE color: 15503879.
HSL color Cylindrical-coordinate representation of color #0792EC: hue angle of 203.58º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0792EC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 146 | 236 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.07 |
| HSL | 203.58º | 0.94% | 0.48% | - |
| HSV(B) | 203.58º | 0.97% | 0.93% | - |
| XYZ | 25.51 | 26.66 | 83.16 | - |
| YUV | 114.7 | 196.45 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 236 | 0.97 | 0.38 | 0 | 0.07 | 203.58 | 0.94 | 0.48 |
| Hex | 7 | 92 | EC | 61 | 26 | 0 | 7 | CC | 5E | 30 |
| Octal | 7 | 222 | 354 | 141 | 46 | 0 | 7 | 314 | 136 | 60 |
| Binary | 111 | 10010010 | 11101100 | 1100001 | 100110 | 0 | 111 | 11001100 | 1011110 | 110000 |
Color Harmonies of #0792EC
Complementary color
Monochromatic Colors of #0792EC
Black with #0792EC
Text Example
Text Example
White with #0792EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0792EC; }
p { color: rgb(7,146,236); }
H1.HeaderClassName
{
color: #0792EC;
}
.AnyTagClassName
{
color: #0792EC;
}
</style>
background-color css
<style>
a { background-color: #0792EC; }
a { background-color: rgb(7,146,236); }
div.DivClassName
{
background-color: #0792EC;
}
.BgClassName
{
background-color: #0792EC;
}
</style>
border-color css
<style>
span { border-color: #0792EC; }
span { border-color: rgb(7,146,236); }
td.TdClassName
{
border-color: #0792EC;
}
.TagClassName
{
border-color: #0792EC;
}
</style>