Shades of Medium Blue #1016DD
Tints of Medium Blue #1016DD
RGB
CMYK
RGB Variations
Color information
#1016DD (or 0x1016DD) is known color: Medium Blue. HEX triplet: 10, 16 and DD. RGB value is (16,22,221). Sum of RGB (Red+Green+Blue) = 16+22+221=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1016DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016DD is #EFE922. Grayscale: #2A2A2A. Windows color (decimal): -15722787 or 14489104. OLE color: 14489104.
HSL color Cylindrical-coordinate representation of color #1016DD: hue angle of 238.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1016DD is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 22 | 221 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.13 |
| HSL | 238.24º | 0.86% | 0.46% | - |
| HSV(B) | 238.24º | 0.93% | 0.87% | - |
| XYZ | 13.55 | 5.9 | 68.83 | - |
| YUV | 42.89 | 228.51 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 221 | 0.93 | 0.90 | 0 | 0.13 | 238.24 | 0.86 | 0.46 |
| Hex | 10 | 16 | DD | 5D | 5A | 0 | D | EE | 56 | 2E |
| Octal | 20 | 26 | 335 | 135 | 132 | 0 | 15 | 356 | 126 | 56 |
| Binary | 10000 | 10110 | 11011101 | 1011101 | 1011010 | 0 | 1101 | 11101110 | 1010110 | 101110 |
Color Harmonies of #1016DD
Complementary color
Monochromatic Colors of #1016DD
Black with #1016DD
Text Example
Text Example
White with #1016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016DD; }
p { color: rgb(16,22,221); }
H1.HeaderClassName
{
color: #1016DD;
}
.AnyTagClassName
{
color: #1016DD;
}
</style>
background-color css
<style>
a { background-color: #1016DD; }
a { background-color: rgb(16,22,221); }
div.DivClassName
{
background-color: #1016DD;
}
.BgClassName
{
background-color: #1016DD;
}
</style>
border-color css
<style>
span { border-color: #1016DD; }
span { border-color: rgb(16,22,221); }
td.TdClassName
{
border-color: #1016DD;
}
.TagClassName
{
border-color: #1016DD;
}
</style>