Shades of Dodger Blue #0794EC
Tints of Dodger Blue #0794EC
RGB
CMYK
RGB Variations
Color information
#0794EC (or 0x0794EC) is known color: Dodger Blue. HEX triplet: 07, 94 and EC. RGB value is (7,148,236). Sum of RGB (Red+Green+Blue) = 7+148+236=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #0794EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0794EC is #F86B13. Grayscale: #737373. Windows color (decimal): -16280340 or 15504391. OLE color: 15504391.
HSL color Cylindrical-coordinate representation of color #0794EC: hue angle of 203.06º 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 #0794EC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 148 | 236 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.07 |
| HSL | 203.06º | 0.94% | 0.48% | - |
| HSV(B) | 203.06º | 0.97% | 0.93% | - |
| XYZ | 25.82 | 27.28 | 83.26 | - |
| YUV | 115.87 | 195.79 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 236 | 0.97 | 0.37 | 0 | 0.07 | 203.06 | 0.94 | 0.48 |
| Hex | 7 | 94 | EC | 61 | 25 | 0 | 7 | CB | 5E | 30 |
| Octal | 7 | 224 | 354 | 141 | 45 | 0 | 7 | 313 | 136 | 60 |
| Binary | 111 | 10010100 | 11101100 | 1100001 | 100101 | 0 | 111 | 11001011 | 1011110 | 110000 |
Color Harmonies of #0794EC
Complementary color
Monochromatic Colors of #0794EC
Black with #0794EC
Text Example
Text Example
White with #0794EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0794EC; }
p { color: rgb(7,148,236); }
H1.HeaderClassName
{
color: #0794EC;
}
.AnyTagClassName
{
color: #0794EC;
}
</style>
background-color css
<style>
a { background-color: #0794EC; }
a { background-color: rgb(7,148,236); }
div.DivClassName
{
background-color: #0794EC;
}
.BgClassName
{
background-color: #0794EC;
}
</style>
border-color css
<style>
span { border-color: #0794EC; }
span { border-color: rgb(7,148,236); }
td.TdClassName
{
border-color: #0794EC;
}
.TagClassName
{
border-color: #0794EC;
}
</style>