Shades of Dodger Blue #0899EB
Tints of Dodger Blue #0899EB
RGB
CMYK
RGB Variations
Color information
#0899EB (or 0x0899EB) is known color: Dodger Blue. HEX triplet: 08, 99 and EB. RGB value is (8,153,235). Sum of RGB (Red+Green+Blue) = 8+153+235=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #0899EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899EB is #F76614. Grayscale: #767676. Windows color (decimal): -16213525 or 15440136. OLE color: 15440136.
HSL color Cylindrical-coordinate representation of color #0899EB: hue angle of 201.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0899EB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 153 | 235 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.08 |
| HSL | 201.67º | 0.93% | 0.48% | - |
| HSV(B) | 201.67º | 0.97% | 0.92% | - |
| XYZ | 26.49 | 28.83 | 82.77 | - |
| YUV | 118.99 | 193.46 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 235 | 0.97 | 0.35 | 0 | 0.08 | 201.67 | 0.93 | 0.48 |
| Hex | 8 | 99 | EB | 61 | 23 | 0 | 8 | CA | 5D | 30 |
| Octal | 10 | 231 | 353 | 141 | 43 | 0 | 10 | 312 | 135 | 60 |
| Binary | 1000 | 10011001 | 11101011 | 1100001 | 100011 | 0 | 1000 | 11001010 | 1011101 | 110000 |
Color Harmonies of #0899EB
Complementary color
Monochromatic Colors of #0899EB
Black with #0899EB
Text Example
Text Example
White with #0899EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899EB; }
p { color: rgb(8,153,235); }
H1.HeaderClassName
{
color: #0899EB;
}
.AnyTagClassName
{
color: #0899EB;
}
</style>
background-color css
<style>
a { background-color: #0899EB; }
a { background-color: rgb(8,153,235); }
div.DivClassName
{
background-color: #0899EB;
}
.BgClassName
{
background-color: #0899EB;
}
</style>
border-color css
<style>
span { border-color: #0899EB; }
span { border-color: rgb(8,153,235); }
td.TdClassName
{
border-color: #0899EB;
}
.TagClassName
{
border-color: #0899EB;
}
</style>