Shades of Dodger Blue #1086ED
Tints of Dodger Blue #1086ED
RGB
CMYK
RGB Variations
Color information
#1086ED (or 0x1086ED) is known color: Dodger Blue. HEX triplet: 10, 86 and ED. RGB value is (16,134,237). Sum of RGB (Red+Green+Blue) = 16+134+237=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #1086ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1086ED is #EF7912. Grayscale: #6D6D6D. Windows color (decimal): -15694099 or 15566352. OLE color: 15566352.
HSL color Cylindrical-coordinate representation of color #1086ED: hue angle of 207.96º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1086ED is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 134 | 237 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.07 |
| HSL | 207.96º | 0.87% | 0.5% | - |
| HSV(B) | 207.96º | 0.93% | 0.93% | - |
| XYZ | 24.02 | 23.27 | 83.35 | - |
| YUV | 110.46 | 199.41 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 237 | 0.93 | 0.43 | 0 | 0.07 | 207.96 | 0.87 | 0.5 |
| Hex | 10 | 86 | ED | 5D | 2B | 0 | 7 | D0 | 57 | 32 |
| Octal | 20 | 206 | 355 | 135 | 53 | 0 | 7 | 320 | 127 | 62 |
| Binary | 10000 | 10000110 | 11101101 | 1011101 | 101011 | 0 | 111 | 11010000 | 1010111 | 110010 |
Color Harmonies of #1086ED
Complementary color
Monochromatic Colors of #1086ED
Black with #1086ED
Text Example
Text Example
White with #1086ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086ED; }
p { color: rgb(16,134,237); }
H1.HeaderClassName
{
color: #1086ED;
}
.AnyTagClassName
{
color: #1086ED;
}
</style>
background-color css
<style>
a { background-color: #1086ED; }
a { background-color: rgb(16,134,237); }
div.DivClassName
{
background-color: #1086ED;
}
.BgClassName
{
background-color: #1086ED;
}
</style>
border-color css
<style>
span { border-color: #1086ED; }
span { border-color: rgb(16,134,237); }
td.TdClassName
{
border-color: #1086ED;
}
.TagClassName
{
border-color: #1086ED;
}
</style>