Shades of Medium Blue #1015DD
Tints of Medium Blue #1015DD
RGB
CMYK
RGB Variations
Color information
#1015DD (or 0x1015DD) is known color: Medium Blue. HEX triplet: 10, 15 and DD. RGB value is (16,21,221). Sum of RGB (Red+Green+Blue) = 16+21+221=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #1015DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015DD is #EFEA22. Grayscale: #292929. Windows color (decimal): -15723043 or 14488848. OLE color: 14488848.
HSL color Cylindrical-coordinate representation of color #1015DD: hue angle of 238.54º 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 #1015DD is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 21 | 221 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.13 |
| HSL | 238.54º | 0.86% | 0.46% | - |
| HSV(B) | 238.54º | 0.93% | 0.87% | - |
| XYZ | 13.53 | 5.87 | 68.83 | - |
| YUV | 42.31 | 228.84 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 221 | 0.93 | 0.90 | 0 | 0.13 | 238.54 | 0.86 | 0.46 |
| Hex | 10 | 15 | DD | 5D | 5A | 0 | D | EF | 56 | 2E |
| Octal | 20 | 25 | 335 | 135 | 132 | 0 | 15 | 357 | 126 | 56 |
| Binary | 10000 | 10101 | 11011101 | 1011101 | 1011010 | 0 | 1101 | 11101111 | 1010110 | 101110 |
Color Harmonies of #1015DD
Complementary color
Monochromatic Colors of #1015DD
Black with #1015DD
Text Example
Text Example
White with #1015DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015DD; }
p { color: rgb(16,21,221); }
H1.HeaderClassName
{
color: #1015DD;
}
.AnyTagClassName
{
color: #1015DD;
}
</style>
background-color css
<style>
a { background-color: #1015DD; }
a { background-color: rgb(16,21,221); }
div.DivClassName
{
background-color: #1015DD;
}
.BgClassName
{
background-color: #1015DD;
}
</style>
border-color css
<style>
span { border-color: #1015DD; }
span { border-color: rgb(16,21,221); }
td.TdClassName
{
border-color: #1015DD;
}
.TagClassName
{
border-color: #1015DD;
}
</style>