Shades of Medium Blue #1010D6
Tints of Medium Blue #1010D6
RGB
CMYK
RGB Variations
Color information
#1010D6 (or 0x1010D6) is known color: Medium Blue. HEX triplet: 10, 10 and D6. RGB value is (16,16,214). Sum of RGB (Red+Green+Blue) = 16+16+214=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 214 (83.98% from 255 or 86.99% from 246); Max value from RGB is 214 - color contains mainly: blue. Hex color #1010D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010D6 is #EFEF29. Grayscale: #252525. Windows color (decimal): -15724330 or 14028816. OLE color: 14028816.
HSL color Cylindrical-coordinate representation of color #1010D6: hue angle of 240º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1010D6 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 16 | 214 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.16 |
| HSL | 240º | 0.86% | 0.45% | - |
| HSV(B) | 240º | 0.93% | 0.84% | - |
| XYZ | 12.54 | 5.34 | 63.99 | - |
| YUV | 38.57 | 227 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 214 | 0.93 | 0.93 | 0 | 0.16 | 240 | 0.86 | 0.45 |
| Hex | 10 | 10 | D6 | 5D | 5D | 0 | 10 | F0 | 56 | 2D |
| Octal | 20 | 20 | 326 | 135 | 135 | 0 | 20 | 360 | 126 | 55 |
| Binary | 10000 | 10000 | 11010110 | 1011101 | 1011101 | 0 | 10000 | 11110000 | 1010110 | 101101 |
Color Harmonies of #1010D6
Complementary color
Monochromatic Colors of #1010D6
Black with #1010D6
Text Example
Text Example
White with #1010D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010D6; }
p { color: rgb(16,16,214); }
H1.HeaderClassName
{
color: #1010D6;
}
.AnyTagClassName
{
color: #1010D6;
}
</style>
background-color css
<style>
a { background-color: #1010D6; }
a { background-color: rgb(16,16,214); }
div.DivClassName
{
background-color: #1010D6;
}
.BgClassName
{
background-color: #1010D6;
}
</style>
border-color css
<style>
span { border-color: #1010D6; }
span { border-color: rgb(16,16,214); }
td.TdClassName
{
border-color: #1010D6;
}
.TagClassName
{
border-color: #1010D6;
}
</style>