Shades of Dodger Blue #0899ED
Tints of Dodger Blue #0899ED
RGB
CMYK
RGB Variations
Color information
#0899ED (or 0x0899ED) is known color: Dodger Blue. HEX triplet: 08, 99 and ED. RGB value is (8,153,237). Sum of RGB (Red+Green+Blue) = 8+153+237=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #0899ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899ED is #F76612. Grayscale: #767676. Windows color (decimal): -16213523 or 15571208. OLE color: 15571208.
HSL color Cylindrical-coordinate representation of color #0899ED: hue angle of 202.01º degrees, saturation: 0.93, 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 #0899ED is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 153 | 237 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 202.01º | 0.93% | 0.48% | - |
| HSV(B) | 202.01º | 0.97% | 0.93% | - |
| XYZ | 26.78 | 28.95 | 84.3 | - |
| YUV | 119.22 | 194.46 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 237 | 0.97 | 0.35 | 0 | 0.07 | 202.01 | 0.93 | 0.48 |
| Hex | 8 | 99 | ED | 61 | 23 | 0 | 7 | CA | 5D | 30 |
| Octal | 10 | 231 | 355 | 141 | 43 | 0 | 7 | 312 | 135 | 60 |
| Binary | 1000 | 10011001 | 11101101 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011101 | 110000 |
Color Harmonies of #0899ED
Complementary color
Monochromatic Colors of #0899ED
Black with #0899ED
Text Example
Text Example
White with #0899ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899ED; }
p { color: rgb(8,153,237); }
H1.HeaderClassName
{
color: #0899ED;
}
.AnyTagClassName
{
color: #0899ED;
}
</style>
background-color css
<style>
a { background-color: #0899ED; }
a { background-color: rgb(8,153,237); }
div.DivClassName
{
background-color: #0899ED;
}
.BgClassName
{
background-color: #0899ED;
}
</style>
border-color css
<style>
span { border-color: #0899ED; }
span { border-color: rgb(8,153,237); }
td.TdClassName
{
border-color: #0899ED;
}
.TagClassName
{
border-color: #0899ED;
}
</style>