Shades of Dodger Blue #0989FF
Tints of Dodger Blue #0989FF
RGB
CMYK
RGB Variations
Color information
#0989FF (or 0x0989FF) is known color: Dodger Blue. HEX triplet: 09, 89 and FF. RGB value is (9,137,255). Sum of RGB (Red+Green+Blue) = 9+137+255=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #0989FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0989FF is #F67600. Grayscale: #6F6F6F. Windows color (decimal): -16152065 or 16746761. OLE color: 16746761.
HSL color Cylindrical-coordinate representation of color #0989FF: hue angle of 208.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989FF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 137 | 255 | - |
| CMYK | 0.96 | 0.46 | 0 | 0 |
| HSL | 208.78º | 1% | 0.52% | - |
| HSV(B) | 208.78º | 0.96% | 1% | - |
| XYZ | 27.11 | 25.17 | 98.04 | - |
| YUV | 112.18 | 208.59 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 255 | 0.96 | 0.46 | 0 | 0 | 208.78 | 1 | 0.52 |
| Hex | 9 | 89 | FF | 60 | 2E | 0 | 0 | D1 | 64 | 34 |
| Octal | 11 | 211 | 377 | 140 | 56 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1001 | 10001001 | 11111111 | 1100000 | 101110 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0989FF
Complementary color
Monochromatic Colors of #0989FF
Black with #0989FF
Text Example
Text Example
White with #0989FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989FF; }
p { color: rgb(9,137,255); }
H1.HeaderClassName
{
color: #0989FF;
}
.AnyTagClassName
{
color: #0989FF;
}
</style>
background-color css
<style>
a { background-color: #0989FF; }
a { background-color: rgb(9,137,255); }
div.DivClassName
{
background-color: #0989FF;
}
.BgClassName
{
background-color: #0989FF;
}
</style>
border-color css
<style>
span { border-color: #0989FF; }
span { border-color: rgb(9,137,255); }
td.TdClassName
{
border-color: #0989FF;
}
.TagClassName
{
border-color: #0989FF;
}
</style>