Shades of Dodger Blue #0D89E5
Tints of Dodger Blue #0D89E5
RGB
CMYK
RGB Variations
Color information
#0D89E5 (or 0x0D89E5) is known color: Dodger Blue. HEX triplet: 0D, 89 and E5. RGB value is (13,137,229). Sum of RGB (Red+Green+Blue) = 13+137+229=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D89E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D89E5 is #F2761A. Grayscale: #6D6D6D. Windows color (decimal): -15889947 or 15042829. OLE color: 15042829.
HSL color Cylindrical-coordinate representation of color #0D89E5: hue angle of 205.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D89E5 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 137 | 229 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.10 |
| HSL | 205.56º | 0.89% | 0.47% | - |
| HSV(B) | 205.56º | 0.94% | 0.9% | - |
| XYZ | 23.25 | 23.63 | 77.46 | - |
| YUV | 110.41 | 194.92 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 229 | 0.94 | 0.40 | 0 | 0.10 | 205.56 | 0.89 | 0.47 |
| Hex | D | 89 | E5 | 5E | 28 | 0 | A | CE | 59 | 2F |
| Octal | 15 | 211 | 345 | 136 | 50 | 0 | 12 | 316 | 131 | 57 |
| Binary | 1101 | 10001001 | 11100101 | 1011110 | 101000 | 0 | 1010 | 11001110 | 1011001 | 101111 |
Color Harmonies of #0D89E5
Complementary color
Monochromatic Colors of #0D89E5
Black with #0D89E5
Text Example
Text Example
White with #0D89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D89E5; }
p { color: rgb(13,137,229); }
H1.HeaderClassName
{
color: #0D89E5;
}
.AnyTagClassName
{
color: #0D89E5;
}
</style>
background-color css
<style>
a { background-color: #0D89E5; }
a { background-color: rgb(13,137,229); }
div.DivClassName
{
background-color: #0D89E5;
}
.BgClassName
{
background-color: #0D89E5;
}
</style>
border-color css
<style>
span { border-color: #0D89E5; }
span { border-color: rgb(13,137,229); }
td.TdClassName
{
border-color: #0D89E5;
}
.TagClassName
{
border-color: #0D89E5;
}
</style>