Shades of Dodger Blue #0981EE
Tints of Dodger Blue #0981EE
RGB
CMYK
RGB Variations
Color information
#0981EE (or 0x0981EE) is known color: Dodger Blue. HEX triplet: 09, 81 and EE. RGB value is (9,129,238). Sum of RGB (Red+Green+Blue) = 9+129+238=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #0981EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981EE is #F67E11. Grayscale: #686868. Windows color (decimal): -16154130 or 15630601. OLE color: 15630601.
HSL color Cylindrical-coordinate representation of color #0981EE: hue angle of 208.56º 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 #0981EE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 129 | 238 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.07 |
| HSL | 208.56º | 0.93% | 0.48% | - |
| HSV(B) | 208.56º | 0.96% | 0.93% | - |
| XYZ | 23.4 | 21.93 | 83.89 | - |
| YUV | 105.55 | 202.74 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 238 | 0.96 | 0.46 | 0 | 0.07 | 208.56 | 0.93 | 0.48 |
| Hex | 9 | 81 | EE | 60 | 2E | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 201 | 356 | 140 | 56 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 10000001 | 11101110 | 1100000 | 101110 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #0981EE
Complementary color
Monochromatic Colors of #0981EE
Black with #0981EE
Text Example
Text Example
White with #0981EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981EE; }
p { color: rgb(9,129,238); }
H1.HeaderClassName
{
color: #0981EE;
}
.AnyTagClassName
{
color: #0981EE;
}
</style>
background-color css
<style>
a { background-color: #0981EE; }
a { background-color: rgb(9,129,238); }
div.DivClassName
{
background-color: #0981EE;
}
.BgClassName
{
background-color: #0981EE;
}
</style>
border-color css
<style>
span { border-color: #0981EE; }
span { border-color: rgb(9,129,238); }
td.TdClassName
{
border-color: #0981EE;
}
.TagClassName
{
border-color: #0981EE;
}
</style>