Shades of Dodger Blue #0889E5
Tints of Dodger Blue #0889E5
RGB
CMYK
RGB Variations
Color information
#0889E5 (or 0x0889E5) is known color: Dodger Blue. HEX triplet: 08, 89 and E5. RGB value is (8,137,229). Sum of RGB (Red+Green+Blue) = 8+137+229=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #0889E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889E5 is #F7761A. Grayscale: #6C6C6C. Windows color (decimal): -16217627 or 15042824. OLE color: 15042824.
HSL color Cylindrical-coordinate representation of color #0889E5: hue angle of 204.98º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0889E5 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 137 | 229 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.10 |
| HSL | 204.98º | 0.93% | 0.46% | - |
| HSV(B) | 204.98º | 0.97% | 0.9% | - |
| XYZ | 23.19 | 23.6 | 77.46 | - |
| YUV | 108.92 | 195.76 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 229 | 0.97 | 0.40 | 0 | 0.10 | 204.98 | 0.93 | 0.46 |
| Hex | 8 | 89 | E5 | 61 | 28 | 0 | A | CD | 5D | 2E |
| Octal | 10 | 211 | 345 | 141 | 50 | 0 | 12 | 315 | 135 | 56 |
| Binary | 1000 | 10001001 | 11100101 | 1100001 | 101000 | 0 | 1010 | 11001101 | 1011101 | 101110 |
Color Harmonies of #0889E5
Complementary color
Monochromatic Colors of #0889E5
Black with #0889E5
Text Example
Text Example
White with #0889E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889E5; }
p { color: rgb(8,137,229); }
H1.HeaderClassName
{
color: #0889E5;
}
.AnyTagClassName
{
color: #0889E5;
}
</style>
background-color css
<style>
a { background-color: #0889E5; }
a { background-color: rgb(8,137,229); }
div.DivClassName
{
background-color: #0889E5;
}
.BgClassName
{
background-color: #0889E5;
}
</style>
border-color css
<style>
span { border-color: #0889E5; }
span { border-color: rgb(8,137,229); }
td.TdClassName
{
border-color: #0889E5;
}
.TagClassName
{
border-color: #0889E5;
}
</style>