Shades of Dodger Blue #0989E0
Tints of Dodger Blue #0989E0
RGB
CMYK
RGB Variations
Color information
#0989E0 (or 0x0989E0) is known color: Dodger Blue. HEX triplet: 09, 89 and E0. RGB value is (9,137,224). Sum of RGB (Red+Green+Blue) = 9+137+224=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #0989E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989E0 is #F6761F. Grayscale: #6C6C6C. Windows color (decimal): -16152096 or 14715145. OLE color: 14715145.
HSL color Cylindrical-coordinate representation of color #0989E0: hue angle of 204.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989E0 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 137 | 224 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.12 |
| HSL | 204.28º | 0.92% | 0.46% | - |
| HSV(B) | 204.28º | 0.96% | 0.88% | - |
| XYZ | 22.51 | 23.33 | 73.84 | - |
| YUV | 108.65 | 193.09 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 224 | 0.96 | 0.39 | 0 | 0.12 | 204.28 | 0.92 | 0.46 |
| Hex | 9 | 89 | E0 | 60 | 27 | 0 | C | CC | 5C | 2E |
| Octal | 11 | 211 | 340 | 140 | 47 | 0 | 14 | 314 | 134 | 56 |
| Binary | 1001 | 10001001 | 11100000 | 1100000 | 100111 | 0 | 1100 | 11001100 | 1011100 | 101110 |
Color Harmonies of #0989E0
Complementary color
Monochromatic Colors of #0989E0
Black with #0989E0
Text Example
Text Example
White with #0989E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989E0; }
p { color: rgb(9,137,224); }
H1.HeaderClassName
{
color: #0989E0;
}
.AnyTagClassName
{
color: #0989E0;
}
</style>
background-color css
<style>
a { background-color: #0989E0; }
a { background-color: rgb(9,137,224); }
div.DivClassName
{
background-color: #0989E0;
}
.BgClassName
{
background-color: #0989E0;
}
</style>
border-color css
<style>
span { border-color: #0989E0; }
span { border-color: rgb(9,137,224); }
td.TdClassName
{
border-color: #0989E0;
}
.TagClassName
{
border-color: #0989E0;
}
</style>