Shades of Dodger Blue #0889EC
Tints of Dodger Blue #0889EC
RGB
CMYK
RGB Variations
Color information
#0889EC (or 0x0889EC) is known color: Dodger Blue. HEX triplet: 08, 89 and EC. RGB value is (8,137,236). Sum of RGB (Red+Green+Blue) = 8+137+236=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #0889EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0889EC is #F77613. Grayscale: #6D6D6D. Windows color (decimal): -16217620 or 15501576. OLE color: 15501576.
HSL color Cylindrical-coordinate representation of color #0889EC: hue angle of 206.05º 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 #0889EC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 137 | 236 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.07 |
| HSL | 206.05º | 0.93% | 0.48% | - |
| HSV(B) | 206.05º | 0.97% | 0.93% | - |
| XYZ | 24.19 | 24 | 82.71 | - |
| YUV | 109.72 | 199.26 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 236 | 0.97 | 0.42 | 0 | 0.07 | 206.05 | 0.93 | 0.48 |
| Hex | 8 | 89 | EC | 61 | 2A | 0 | 7 | CE | 5D | 30 |
| Octal | 10 | 211 | 354 | 141 | 52 | 0 | 7 | 316 | 135 | 60 |
| Binary | 1000 | 10001001 | 11101100 | 1100001 | 101010 | 0 | 111 | 11001110 | 1011101 | 110000 |
Color Harmonies of #0889EC
Complementary color
Monochromatic Colors of #0889EC
Black with #0889EC
Text Example
Text Example
White with #0889EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889EC; }
p { color: rgb(8,137,236); }
H1.HeaderClassName
{
color: #0889EC;
}
.AnyTagClassName
{
color: #0889EC;
}
</style>
background-color css
<style>
a { background-color: #0889EC; }
a { background-color: rgb(8,137,236); }
div.DivClassName
{
background-color: #0889EC;
}
.BgClassName
{
background-color: #0889EC;
}
</style>
border-color css
<style>
span { border-color: #0889EC; }
span { border-color: rgb(8,137,236); }
td.TdClassName
{
border-color: #0889EC;
}
.TagClassName
{
border-color: #0889EC;
}
</style>