Shades of Dodger Blue #0799EC
Tints of Dodger Blue #0799EC
RGB
CMYK
RGB Variations
Color information
#0799EC (or 0x0799EC) is known color: Dodger Blue. HEX triplet: 07, 99 and EC. RGB value is (7,153,236). Sum of RGB (Red+Green+Blue) = 7+153+236=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #0799EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799EC is #F86613. Grayscale: #767676. Windows color (decimal): -16279060 or 15505671. OLE color: 15505671.
HSL color Cylindrical-coordinate representation of color #0799EC: hue angle of 201.75º 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 #0799EC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 153 | 236 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 201.75º | 0.94% | 0.48% | - |
| HSV(B) | 201.75º | 0.97% | 0.93% | - |
| XYZ | 26.62 | 28.88 | 83.53 | - |
| YUV | 118.81 | 194.13 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 236 | 0.97 | 0.35 | 0 | 0.07 | 201.75 | 0.94 | 0.48 |
| Hex | 7 | 99 | EC | 61 | 23 | 0 | 7 | CA | 5E | 30 |
| Octal | 7 | 231 | 354 | 141 | 43 | 0 | 7 | 312 | 136 | 60 |
| Binary | 111 | 10011001 | 11101100 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011110 | 110000 |
Color Harmonies of #0799EC
Complementary color
Monochromatic Colors of #0799EC
Black with #0799EC
Text Example
Text Example
White with #0799EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799EC; }
p { color: rgb(7,153,236); }
H1.HeaderClassName
{
color: #0799EC;
}
.AnyTagClassName
{
color: #0799EC;
}
</style>
background-color css
<style>
a { background-color: #0799EC; }
a { background-color: rgb(7,153,236); }
div.DivClassName
{
background-color: #0799EC;
}
.BgClassName
{
background-color: #0799EC;
}
</style>
border-color css
<style>
span { border-color: #0799EC; }
span { border-color: rgb(7,153,236); }
td.TdClassName
{
border-color: #0799EC;
}
.TagClassName
{
border-color: #0799EC;
}
</style>