Shades of Dodger Blue #0985E9
Tints of Dodger Blue #0985E9
RGB
CMYK
RGB Variations
Color information
#0985E9 (or 0x0985E9) is known color: Dodger Blue. HEX triplet: 09, 85 and E9. RGB value is (9,133,233). Sum of RGB (Red+Green+Blue) = 9+133+233=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #0985E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0985E9 is #F67A16. Grayscale: #6A6A6A. Windows color (decimal): -16153111 or 15303945. OLE color: 15303945.
HSL color Cylindrical-coordinate representation of color #0985E9: hue angle of 206.79º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0985E9 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 133 | 233 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.09 |
| HSL | 206.79º | 0.93% | 0.47% | - |
| HSV(B) | 206.79º | 0.96% | 0.91% | - |
| XYZ | 23.21 | 22.72 | 80.25 | - |
| YUV | 107.32 | 198.92 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 233 | 0.96 | 0.43 | 0 | 0.09 | 206.79 | 0.93 | 0.47 |
| Hex | 9 | 85 | E9 | 60 | 2B | 0 | 9 | CF | 5D | 2F |
| Octal | 11 | 205 | 351 | 140 | 53 | 0 | 11 | 317 | 135 | 57 |
| Binary | 1001 | 10000101 | 11101001 | 1100000 | 101011 | 0 | 1001 | 11001111 | 1011101 | 101111 |
Color Harmonies of #0985E9
Complementary color
Monochromatic Colors of #0985E9
Black with #0985E9
Text Example
Text Example
White with #0985E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0985E9; }
p { color: rgb(9,133,233); }
H1.HeaderClassName
{
color: #0985E9;
}
.AnyTagClassName
{
color: #0985E9;
}
</style>
background-color css
<style>
a { background-color: #0985E9; }
a { background-color: rgb(9,133,233); }
div.DivClassName
{
background-color: #0985E9;
}
.BgClassName
{
background-color: #0985E9;
}
</style>
border-color css
<style>
span { border-color: #0985E9; }
span { border-color: rgb(9,133,233); }
td.TdClassName
{
border-color: #0985E9;
}
.TagClassName
{
border-color: #0985E9;
}
</style>