Shades of Dodger Blue #0986FA
Tints of Dodger Blue #0986FA
RGB
CMYK
RGB Variations
Color information
#0986FA (or 0x0986FA) is known color: Dodger Blue. HEX triplet: 09, 86 and FA. RGB value is (9,134,250). Sum of RGB (Red+Green+Blue) = 9+134+250=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #0986FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986FA is #F67905. Grayscale: #6D6D6D. Windows color (decimal): -16152838 or 16418313. OLE color: 16418313.
HSL color Cylindrical-coordinate representation of color #0986FA: hue angle of 208.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0986FA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 134 | 250 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.02 |
| HSL | 208.88º | 0.96% | 0.51% | - |
| HSV(B) | 208.88º | 0.96% | 0.98% | - |
| XYZ | 25.89 | 24.01 | 93.71 | - |
| YUV | 109.85 | 207.09 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 250 | 0.96 | 0.46 | 0 | 0.02 | 208.88 | 0.96 | 0.51 |
| Hex | 9 | 86 | FA | 60 | 2E | 0 | 2 | D1 | 60 | 33 |
| Octal | 11 | 206 | 372 | 140 | 56 | 0 | 2 | 321 | 140 | 63 |
| Binary | 1001 | 10000110 | 11111010 | 1100000 | 101110 | 0 | 10 | 11010001 | 1100000 | 110011 |
Color Harmonies of #0986FA
Complementary color
Monochromatic Colors of #0986FA
Black with #0986FA
Text Example
Text Example
White with #0986FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986FA; }
p { color: rgb(9,134,250); }
H1.HeaderClassName
{
color: #0986FA;
}
.AnyTagClassName
{
color: #0986FA;
}
</style>
background-color css
<style>
a { background-color: #0986FA; }
a { background-color: rgb(9,134,250); }
div.DivClassName
{
background-color: #0986FA;
}
.BgClassName
{
background-color: #0986FA;
}
</style>
border-color css
<style>
span { border-color: #0986FA; }
span { border-color: rgb(9,134,250); }
td.TdClassName
{
border-color: #0986FA;
}
.TagClassName
{
border-color: #0986FA;
}
</style>