Shades of Dodger Blue #0982EF
Tints of Dodger Blue #0982EF
RGB
CMYK
RGB Variations
Color information
#0982EF (or 0x0982EF) is known color: Dodger Blue. HEX triplet: 09, 82 and EF. RGB value is (9,130,239). Sum of RGB (Red+Green+Blue) = 9+130+239=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #0982EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0982EF is #F67D10. Grayscale: #696969. Windows color (decimal): -16153873 or 15696393. OLE color: 15696393.
HSL color Cylindrical-coordinate representation of color #0982EF: hue angle of 208.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982EF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 130 | 239 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.06 |
| HSL | 208.43º | 0.93% | 0.49% | - |
| HSV(B) | 208.43º | 0.96% | 0.94% | - |
| XYZ | 23.68 | 22.26 | 84.71 | - |
| YUV | 106.25 | 202.91 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 239 | 0.96 | 0.46 | 0 | 0.06 | 208.43 | 0.93 | 0.49 |
| Hex | 9 | 82 | EF | 60 | 2E | 0 | 6 | D0 | 5D | 31 |
| Octal | 11 | 202 | 357 | 140 | 56 | 0 | 6 | 320 | 135 | 61 |
| Binary | 1001 | 10000010 | 11101111 | 1100000 | 101110 | 0 | 110 | 11010000 | 1011101 | 110001 |
Color Harmonies of #0982EF
Complementary color
Monochromatic Colors of #0982EF
Black with #0982EF
Text Example
Text Example
White with #0982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982EF; }
p { color: rgb(9,130,239); }
H1.HeaderClassName
{
color: #0982EF;
}
.AnyTagClassName
{
color: #0982EF;
}
</style>
background-color css
<style>
a { background-color: #0982EF; }
a { background-color: rgb(9,130,239); }
div.DivClassName
{
background-color: #0982EF;
}
.BgClassName
{
background-color: #0982EF;
}
</style>
border-color css
<style>
span { border-color: #0982EF; }
span { border-color: rgb(9,130,239); }
td.TdClassName
{
border-color: #0982EF;
}
.TagClassName
{
border-color: #0982EF;
}
</style>