Shades of Dodger Blue #0986FE
Tints of Dodger Blue #0986FE
RGB
CMYK
RGB Variations
Color information
#0986FE (or 0x0986FE) is known color: Dodger Blue. HEX triplet: 09, 86 and FE. RGB value is (9,134,254). Sum of RGB (Red+Green+Blue) = 9+134+254=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #0986FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986FE is #F67901. Grayscale: #6D6D6D. Windows color (decimal): -16152834 or 16680457. OLE color: 16680457.
HSL color Cylindrical-coordinate representation of color #0986FE: hue angle of 209.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0986FE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 134 | 254 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.00 |
| HSL | 209.39º | 0.99% | 0.52% | - |
| HSV(B) | 209.39º | 0.96% | 1% | - |
| XYZ | 26.53 | 24.26 | 97.05 | - |
| YUV | 110.31 | 209.09 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 254 | 0.96 | 0.47 | 0 | 0.00 | 209.39 | 0.99 | 0.52 |
| Hex | 9 | 86 | FE | 60 | 2F | 0 | 0 | D1 | 63 | 34 |
| Octal | 11 | 206 | 376 | 140 | 57 | 0 | 0 | 321 | 143 | 64 |
| Binary | 1001 | 10000110 | 11111110 | 1100000 | 101111 | 0 | 0 | 11010001 | 1100011 | 110100 |
Color Harmonies of #0986FE
Complementary color
Monochromatic Colors of #0986FE
Black with #0986FE
Text Example
Text Example
White with #0986FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986FE; }
p { color: rgb(9,134,254); }
H1.HeaderClassName
{
color: #0986FE;
}
.AnyTagClassName
{
color: #0986FE;
}
</style>
background-color css
<style>
a { background-color: #0986FE; }
a { background-color: rgb(9,134,254); }
div.DivClassName
{
background-color: #0986FE;
}
.BgClassName
{
background-color: #0986FE;
}
</style>
border-color css
<style>
span { border-color: #0986FE; }
span { border-color: rgb(9,134,254); }
td.TdClassName
{
border-color: #0986FE;
}
.TagClassName
{
border-color: #0986FE;
}
</style>