Shades of Dodger Blue #0799ED
Tints of Dodger Blue #0799ED
RGB
CMYK
RGB Variations
Color information
#0799ED (or 0x0799ED) is known color: Dodger Blue. HEX triplet: 07, 99 and ED. RGB value is (7,153,237). Sum of RGB (Red+Green+Blue) = 7+153+237=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #0799ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799ED is #F86612. Grayscale: #767676. Windows color (decimal): -16279059 or 15571207. OLE color: 15571207.
HSL color Cylindrical-coordinate representation of color #0799ED: hue angle of 201.91º 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 #0799ED is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 153 | 237 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 201.91º | 0.94% | 0.48% | - |
| HSV(B) | 201.91º | 0.97% | 0.93% | - |
| XYZ | 26.76 | 28.94 | 84.3 | - |
| YUV | 118.92 | 194.63 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 237 | 0.97 | 0.35 | 0 | 0.07 | 201.91 | 0.94 | 0.48 |
| Hex | 7 | 99 | ED | 61 | 23 | 0 | 7 | CA | 5E | 30 |
| Octal | 7 | 231 | 355 | 141 | 43 | 0 | 7 | 312 | 136 | 60 |
| Binary | 111 | 10011001 | 11101101 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011110 | 110000 |
Color Harmonies of #0799ED
Complementary color
Monochromatic Colors of #0799ED
Black with #0799ED
Text Example
Text Example
White with #0799ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799ED; }
p { color: rgb(7,153,237); }
H1.HeaderClassName
{
color: #0799ED;
}
.AnyTagClassName
{
color: #0799ED;
}
</style>
background-color css
<style>
a { background-color: #0799ED; }
a { background-color: rgb(7,153,237); }
div.DivClassName
{
background-color: #0799ED;
}
.BgClassName
{
background-color: #0799ED;
}
</style>
border-color css
<style>
span { border-color: #0799ED; }
span { border-color: rgb(7,153,237); }
td.TdClassName
{
border-color: #0799ED;
}
.TagClassName
{
border-color: #0799ED;
}
</style>