Shades of Dodger Blue #0790EC
Tints of Dodger Blue #0790EC
RGB
CMYK
RGB Variations
Color information
#0790EC (or 0x0790EC) is known color: Dodger Blue. HEX triplet: 07, 90 and EC. RGB value is (7,144,236). Sum of RGB (Red+Green+Blue) = 7+144+236=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #0790EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0790EC is #F86F13. Grayscale: #717171. Windows color (decimal): -16281364 or 15503367. OLE color: 15503367.
HSL color Cylindrical-coordinate representation of color #0790EC: hue angle of 204.1º 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 #0790EC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 144 | 236 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.07 |
| HSL | 204.1º | 0.94% | 0.48% | - |
| HSV(B) | 204.1º | 0.97% | 0.93% | - |
| XYZ | 25.2 | 26.05 | 83.06 | - |
| YUV | 113.53 | 197.11 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 236 | 0.97 | 0.39 | 0 | 0.07 | 204.1 | 0.94 | 0.48 |
| Hex | 7 | 90 | EC | 61 | 27 | 0 | 7 | CC | 5E | 30 |
| Octal | 7 | 220 | 354 | 141 | 47 | 0 | 7 | 314 | 136 | 60 |
| Binary | 111 | 10010000 | 11101100 | 1100001 | 100111 | 0 | 111 | 11001100 | 1011110 | 110000 |
Color Harmonies of #0790EC
Complementary color
Monochromatic Colors of #0790EC
Black with #0790EC
Text Example
Text Example
White with #0790EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790EC; }
p { color: rgb(7,144,236); }
H1.HeaderClassName
{
color: #0790EC;
}
.AnyTagClassName
{
color: #0790EC;
}
</style>
background-color css
<style>
a { background-color: #0790EC; }
a { background-color: rgb(7,144,236); }
div.DivClassName
{
background-color: #0790EC;
}
.BgClassName
{
background-color: #0790EC;
}
</style>
border-color css
<style>
span { border-color: #0790EC; }
span { border-color: rgb(7,144,236); }
td.TdClassName
{
border-color: #0790EC;
}
.TagClassName
{
border-color: #0790EC;
}
</style>