Shades of Dodger Blue #1086FE
Tints of Dodger Blue #1086FE
RGB
CMYK
RGB Variations
Color information
#1086FE (or 0x1086FE) is known color: Dodger Blue. HEX triplet: 10, 86 and FE. RGB value is (16,134,254). Sum of RGB (Red+Green+Blue) = 16+134+254=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #1086FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1086FE is #EF7901. Grayscale: #6F6F6F. Windows color (decimal): -15694082 or 16680464. OLE color: 16680464.
HSL color Cylindrical-coordinate representation of color #1086FE: hue angle of 210.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1086FE is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 134 | 254 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.00 |
| HSL | 210.25º | 0.99% | 0.53% | - |
| HSV(B) | 210.25º | 0.94% | 1% | - |
| XYZ | 26.63 | 24.32 | 97.06 | - |
| YUV | 112.4 | 207.91 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 254 | 0.94 | 0.47 | 0 | 0.00 | 210.25 | 0.99 | 0.53 |
| Hex | 10 | 86 | FE | 5E | 2F | 0 | 0 | D2 | 63 | 35 |
| Octal | 20 | 206 | 376 | 136 | 57 | 0 | 0 | 322 | 143 | 65 |
| Binary | 10000 | 10000110 | 11111110 | 1011110 | 101111 | 0 | 0 | 11010010 | 1100011 | 110101 |
Color Harmonies of #1086FE
Complementary color
Monochromatic Colors of #1086FE
Black with #1086FE
Text Example
Text Example
White with #1086FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086FE; }
p { color: rgb(16,134,254); }
H1.HeaderClassName
{
color: #1086FE;
}
.AnyTagClassName
{
color: #1086FE;
}
</style>
background-color css
<style>
a { background-color: #1086FE; }
a { background-color: rgb(16,134,254); }
div.DivClassName
{
background-color: #1086FE;
}
.BgClassName
{
background-color: #1086FE;
}
</style>
border-color css
<style>
span { border-color: #1086FE; }
span { border-color: rgb(16,134,254); }
td.TdClassName
{
border-color: #1086FE;
}
.TagClassName
{
border-color: #1086FE;
}
</style>