Shades of Dodger Blue #0983EF
Tints of Dodger Blue #0983EF
RGB
CMYK
RGB Variations
Color information
#0983EF (or 0x0983EF) is known color: Dodger Blue. HEX triplet: 09, 83 and EF. RGB value is (9,131,239). Sum of RGB (Red+Green+Blue) = 9+131+239=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #0983EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983EF is #F67C10. Grayscale: #6A6A6A. Windows color (decimal): -16153617 or 15696649. OLE color: 15696649.
HSL color Cylindrical-coordinate representation of color #0983EF: hue angle of 208.17º 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 #0983EF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 131 | 239 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.06 |
| HSL | 208.17º | 0.93% | 0.49% | - |
| HSV(B) | 208.17º | 0.96% | 0.94% | - |
| XYZ | 23.81 | 22.52 | 84.75 | - |
| YUV | 106.83 | 202.58 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 239 | 0.96 | 0.45 | 0 | 0.06 | 208.17 | 0.93 | 0.49 |
| Hex | 9 | 83 | EF | 60 | 2D | 0 | 6 | D0 | 5D | 31 |
| Octal | 11 | 203 | 357 | 140 | 55 | 0 | 6 | 320 | 135 | 61 |
| Binary | 1001 | 10000011 | 11101111 | 1100000 | 101101 | 0 | 110 | 11010000 | 1011101 | 110001 |
Color Harmonies of #0983EF
Complementary color
Monochromatic Colors of #0983EF
Black with #0983EF
Text Example
Text Example
White with #0983EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983EF; }
p { color: rgb(9,131,239); }
H1.HeaderClassName
{
color: #0983EF;
}
.AnyTagClassName
{
color: #0983EF;
}
</style>
background-color css
<style>
a { background-color: #0983EF; }
a { background-color: rgb(9,131,239); }
div.DivClassName
{
background-color: #0983EF;
}
.BgClassName
{
background-color: #0983EF;
}
</style>
border-color css
<style>
span { border-color: #0983EF; }
span { border-color: rgb(9,131,239); }
td.TdClassName
{
border-color: #0983EF;
}
.TagClassName
{
border-color: #0983EF;
}
</style>