Shades of Dodger Blue #0989ED
Tints of Dodger Blue #0989ED
RGB
CMYK
RGB Variations
Color information
#0989ED (or 0x0989ED) is known color: Dodger Blue. HEX triplet: 09, 89 and ED. RGB value is (9,137,237). Sum of RGB (Red+Green+Blue) = 9+137+237=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #0989ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0989ED is #F67612. Grayscale: #6D6D6D. Windows color (decimal): -16152083 or 15567113. OLE color: 15567113.
HSL color Cylindrical-coordinate representation of color #0989ED: hue angle of 206.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989ED is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 137 | 237 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.07 |
| HSL | 206.32º | 0.93% | 0.48% | - |
| HSV(B) | 206.32º | 0.96% | 0.93% | - |
| XYZ | 24.34 | 24.06 | 83.48 | - |
| YUV | 110.13 | 199.59 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 237 | 0.96 | 0.42 | 0 | 0.07 | 206.32 | 0.93 | 0.48 |
| Hex | 9 | 89 | ED | 60 | 2A | 0 | 7 | CE | 5D | 30 |
| Octal | 11 | 211 | 355 | 140 | 52 | 0 | 7 | 316 | 135 | 60 |
| Binary | 1001 | 10001001 | 11101101 | 1100000 | 101010 | 0 | 111 | 11001110 | 1011101 | 110000 |
Color Harmonies of #0989ED
Complementary color
Monochromatic Colors of #0989ED
Black with #0989ED
Text Example
Text Example
White with #0989ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989ED; }
p { color: rgb(9,137,237); }
H1.HeaderClassName
{
color: #0989ED;
}
.AnyTagClassName
{
color: #0989ED;
}
</style>
background-color css
<style>
a { background-color: #0989ED; }
a { background-color: rgb(9,137,237); }
div.DivClassName
{
background-color: #0989ED;
}
.BgClassName
{
background-color: #0989ED;
}
</style>
border-color css
<style>
span { border-color: #0989ED; }
span { border-color: rgb(9,137,237); }
td.TdClassName
{
border-color: #0989ED;
}
.TagClassName
{
border-color: #0989ED;
}
</style>