Shades of Dodger Blue #0986FF
Tints of Dodger Blue #0986FF
RGB
CMYK
RGB Variations
Color information
#0986FF (or 0x0986FF) is known color: Dodger Blue. HEX triplet: 09, 86 and FF. RGB value is (9,134,255). Sum of RGB (Red+Green+Blue) = 9+134+255=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #0986FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986FF is #F67900. Grayscale: #6D6D6D. Windows color (decimal): -16152833 or 16745993. OLE color: 16745993.
HSL color Cylindrical-coordinate representation of color #0986FF: hue angle of 209.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0986FF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 134 | 255 | - |
| CMYK | 0.96 | 0.47 | 0 | 0 |
| HSL | 209.51º | 1% | 0.52% | - |
| HSV(B) | 209.51º | 0.96% | 1% | - |
| XYZ | 26.69 | 24.33 | 97.9 | - |
| YUV | 110.42 | 209.59 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 255 | 0.96 | 0.47 | 0 | 0 | 209.51 | 1 | 0.52 |
| Hex | 9 | 86 | FF | 60 | 2F | 0 | 0 | D2 | 64 | 34 |
| Octal | 11 | 206 | 377 | 140 | 57 | 0 | 0 | 322 | 144 | 64 |
| Binary | 1001 | 10000110 | 11111111 | 1100000 | 101111 | 0 | 0 | 11010010 | 1100100 | 110100 |
Color Harmonies of #0986FF
Complementary color
Monochromatic Colors of #0986FF
Black with #0986FF
Text Example
Text Example
White with #0986FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986FF; }
p { color: rgb(9,134,255); }
H1.HeaderClassName
{
color: #0986FF;
}
.AnyTagClassName
{
color: #0986FF;
}
</style>
background-color css
<style>
a { background-color: #0986FF; }
a { background-color: rgb(9,134,255); }
div.DivClassName
{
background-color: #0986FF;
}
.BgClassName
{
background-color: #0986FF;
}
</style>
border-color css
<style>
span { border-color: #0986FF; }
span { border-color: rgb(9,134,255); }
td.TdClassName
{
border-color: #0986FF;
}
.TagClassName
{
border-color: #0986FF;
}
</style>