Shades of Medium Blue #1517DD
Tints of Medium Blue #1517DD
RGB
CMYK
RGB Variations
Color information
#1517DD (or 0x1517DD) is known color: Medium Blue. HEX triplet: 15, 17 and DD. RGB value is (21,23,221). Sum of RGB (Red+Green+Blue) = 21+23+221=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #1517DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517DD is #EAE822. Grayscale: #2C2C2C. Windows color (decimal): -15394851 or 14489365. OLE color: 14489365.
HSL color Cylindrical-coordinate representation of color #1517DD: hue angle of 239.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1517DD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 23 | 221 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.13 |
| HSL | 239.4º | 0.83% | 0.47% | - |
| HSV(B) | 239.4º | 0.9% | 0.87% | - |
| XYZ | 13.67 | 5.99 | 68.84 | - |
| YUV | 44.97 | 227.34 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 221 | 0.90 | 0.90 | 0 | 0.13 | 239.4 | 0.83 | 0.47 |
| Hex | 15 | 17 | DD | 5A | 5A | 0 | D | EF | 53 | 2F |
| Octal | 25 | 27 | 335 | 132 | 132 | 0 | 15 | 357 | 123 | 57 |
| Binary | 10101 | 10111 | 11011101 | 1011010 | 1011010 | 0 | 1101 | 11101111 | 1010011 | 101111 |
Color Harmonies of #1517DD
Complementary color
Monochromatic Colors of #1517DD
Black with #1517DD
Text Example
Text Example
White with #1517DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517DD; }
p { color: rgb(21,23,221); }
H1.HeaderClassName
{
color: #1517DD;
}
.AnyTagClassName
{
color: #1517DD;
}
</style>
background-color css
<style>
a { background-color: #1517DD; }
a { background-color: rgb(21,23,221); }
div.DivClassName
{
background-color: #1517DD;
}
.BgClassName
{
background-color: #1517DD;
}
</style>
border-color css
<style>
span { border-color: #1517DD; }
span { border-color: rgb(21,23,221); }
td.TdClassName
{
border-color: #1517DD;
}
.TagClassName
{
border-color: #1517DD;
}
</style>