Shades of Dodger Blue #10A6EC
Tints of Dodger Blue #10A6EC
RGB
CMYK
RGB Variations
Color information
#10A6EC (or 0x10A6EC) is known color: Dodger Blue. HEX triplet: 10, A6 and EC. RGB value is (16,166,236). Sum of RGB (Red+Green+Blue) = 16+166+236=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #10A6EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A6EC is #EF5913. Grayscale: #808080. Windows color (decimal): -15685908 or 15509008. OLE color: 15509008.
HSL color Cylindrical-coordinate representation of color #10A6EC: hue angle of 199.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A6EC is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 166 | 236 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.07 |
| HSL | 199.09º | 0.87% | 0.49% | - |
| HSV(B) | 199.09º | 0.93% | 0.93% | - |
| XYZ | 28.99 | 33.44 | 84.28 | - |
| YUV | 129.13 | 188.31 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 236 | 0.93 | 0.30 | 0 | 0.07 | 199.09 | 0.87 | 0.49 |
| Hex | 10 | A6 | EC | 5D | 1E | 0 | 7 | C7 | 57 | 31 |
| Octal | 20 | 246 | 354 | 135 | 36 | 0 | 7 | 307 | 127 | 61 |
| Binary | 10000 | 10100110 | 11101100 | 1011101 | 11110 | 0 | 111 | 11000111 | 1010111 | 110001 |
Color Harmonies of #10A6EC
Complementary color
Monochromatic Colors of #10A6EC
Black with #10A6EC
Text Example
Text Example
White with #10A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6EC; }
p { color: rgb(16,166,236); }
H1.HeaderClassName
{
color: #10A6EC;
}
.AnyTagClassName
{
color: #10A6EC;
}
</style>
background-color css
<style>
a { background-color: #10A6EC; }
a { background-color: rgb(16,166,236); }
div.DivClassName
{
background-color: #10A6EC;
}
.BgClassName
{
background-color: #10A6EC;
}
</style>
border-color css
<style>
span { border-color: #10A6EC; }
span { border-color: rgb(16,166,236); }
td.TdClassName
{
border-color: #10A6EC;
}
.TagClassName
{
border-color: #10A6EC;
}
</style>