Shades of Dodger Blue #0799EA
Tints of Dodger Blue #0799EA
RGB
CMYK
RGB Variations
Color information
#0799EA (or 0x0799EA) is known color: Dodger Blue. HEX triplet: 07, 99 and EA. RGB value is (7,153,234). Sum of RGB (Red+Green+Blue) = 7+153+234=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #0799EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799EA is #F86615. Grayscale: #767676. Windows color (decimal): -16279062 or 15374599. OLE color: 15374599.
HSL color Cylindrical-coordinate representation of color #0799EA: hue angle of 201.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0799EA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 153 | 234 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.08 |
| HSL | 201.41º | 0.94% | 0.47% | - |
| HSV(B) | 201.41º | 0.97% | 0.92% | - |
| XYZ | 26.33 | 28.77 | 82.01 | - |
| YUV | 118.58 | 193.13 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 234 | 0.97 | 0.35 | 0 | 0.08 | 201.41 | 0.94 | 0.47 |
| Hex | 7 | 99 | EA | 61 | 23 | 0 | 8 | C9 | 5E | 2F |
| Octal | 7 | 231 | 352 | 141 | 43 | 0 | 10 | 311 | 136 | 57 |
| Binary | 111 | 10011001 | 11101010 | 1100001 | 100011 | 0 | 1000 | 11001001 | 1011110 | 101111 |
Color Harmonies of #0799EA
Complementary color
Monochromatic Colors of #0799EA
Black with #0799EA
Text Example
Text Example
White with #0799EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799EA; }
p { color: rgb(7,153,234); }
H1.HeaderClassName
{
color: #0799EA;
}
.AnyTagClassName
{
color: #0799EA;
}
</style>
background-color css
<style>
a { background-color: #0799EA; }
a { background-color: rgb(7,153,234); }
div.DivClassName
{
background-color: #0799EA;
}
.BgClassName
{
background-color: #0799EA;
}
</style>
border-color css
<style>
span { border-color: #0799EA; }
span { border-color: rgb(7,153,234); }
td.TdClassName
{
border-color: #0799EA;
}
.TagClassName
{
border-color: #0799EA;
}
</style>