Shades of Dodger Blue #0899EA
Tints of Dodger Blue #0899EA
RGB
CMYK
RGB Variations
Color information
#0899EA (or 0x0899EA) is known color: Dodger Blue. HEX triplet: 08, 99 and EA. RGB value is (8,153,234). Sum of RGB (Red+Green+Blue) = 8+153+234=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #0899EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899EA is #F76615. Grayscale: #767676. Windows color (decimal): -16213526 or 15374600. OLE color: 15374600.
HSL color Cylindrical-coordinate representation of color #0899EA: hue angle of 201.5º degrees, saturation: 0.93, 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 #0899EA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 153 | 234 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.08 |
| HSL | 201.5º | 0.93% | 0.47% | - |
| HSV(B) | 201.5º | 0.97% | 0.92% | - |
| XYZ | 26.34 | 28.77 | 82.01 | - |
| YUV | 118.88 | 192.96 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 234 | 0.97 | 0.35 | 0 | 0.08 | 201.5 | 0.93 | 0.47 |
| Hex | 8 | 99 | EA | 61 | 23 | 0 | 8 | CA | 5D | 2F |
| Octal | 10 | 231 | 352 | 141 | 43 | 0 | 10 | 312 | 135 | 57 |
| Binary | 1000 | 10011001 | 11101010 | 1100001 | 100011 | 0 | 1000 | 11001010 | 1011101 | 101111 |
Color Harmonies of #0899EA
Complementary color
Monochromatic Colors of #0899EA
Black with #0899EA
Text Example
Text Example
White with #0899EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899EA; }
p { color: rgb(8,153,234); }
H1.HeaderClassName
{
color: #0899EA;
}
.AnyTagClassName
{
color: #0899EA;
}
</style>
background-color css
<style>
a { background-color: #0899EA; }
a { background-color: rgb(8,153,234); }
div.DivClassName
{
background-color: #0899EA;
}
.BgClassName
{
background-color: #0899EA;
}
</style>
border-color css
<style>
span { border-color: #0899EA; }
span { border-color: rgb(8,153,234); }
td.TdClassName
{
border-color: #0899EA;
}
.TagClassName
{
border-color: #0899EA;
}
</style>