Shades of Dodger Blue #0980EE
Tints of Dodger Blue #0980EE
RGB
CMYK
RGB Variations
Color information
#0980EE (or 0x0980EE) is known color: Dodger Blue. HEX triplet: 09, 80 and EE. RGB value is (9,128,238). Sum of RGB (Red+Green+Blue) = 9+128+238=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #0980EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980EE is #F67F11. Grayscale: #686868. Windows color (decimal): -16154386 or 15630345. OLE color: 15630345.
HSL color Cylindrical-coordinate representation of color #0980EE: hue angle of 208.82º 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 #0980EE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 128 | 238 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.07 |
| HSL | 208.82º | 0.93% | 0.48% | - |
| HSV(B) | 208.82º | 0.96% | 0.93% | - |
| XYZ | 23.26 | 21.67 | 83.85 | - |
| YUV | 104.96 | 203.08 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 238 | 0.96 | 0.46 | 0 | 0.07 | 208.82 | 0.93 | 0.48 |
| Hex | 9 | 80 | EE | 60 | 2E | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 200 | 356 | 140 | 56 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 10000000 | 11101110 | 1100000 | 101110 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #0980EE
Complementary color
Monochromatic Colors of #0980EE
Black with #0980EE
Text Example
Text Example
White with #0980EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980EE; }
p { color: rgb(9,128,238); }
H1.HeaderClassName
{
color: #0980EE;
}
.AnyTagClassName
{
color: #0980EE;
}
</style>
background-color css
<style>
a { background-color: #0980EE; }
a { background-color: rgb(9,128,238); }
div.DivClassName
{
background-color: #0980EE;
}
.BgClassName
{
background-color: #0980EE;
}
</style>
border-color css
<style>
span { border-color: #0980EE; }
span { border-color: rgb(9,128,238); }
td.TdClassName
{
border-color: #0980EE;
}
.TagClassName
{
border-color: #0980EE;
}
</style>