Shades of Medium Blue #1521DC
Tints of Medium Blue #1521DC
RGB
CMYK
RGB Variations
Color information
#1521DC (or 0x1521DC) is known color: Medium Blue. HEX triplet: 15, 21 and DC. RGB value is (21,33,220). Sum of RGB (Red+Green+Blue) = 21+33+220=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #1521DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521DC is #EADE23. Grayscale: #313131. Windows color (decimal): -15392292 or 14426389. OLE color: 14426389.
HSL color Cylindrical-coordinate representation of color #1521DC: hue angle of 236.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1521DC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 33 | 220 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.14 |
| HSL | 236.38º | 0.83% | 0.47% | - |
| HSV(B) | 236.38º | 0.9% | 0.86% | - |
| XYZ | 13.77 | 6.41 | 68.22 | - |
| YUV | 50.73 | 223.52 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 220 | 0.90 | 0.85 | 0 | 0.14 | 236.38 | 0.83 | 0.47 |
| Hex | 15 | 21 | DC | 5A | 55 | 0 | E | EC | 53 | 2F |
| Octal | 25 | 41 | 334 | 132 | 125 | 0 | 16 | 354 | 123 | 57 |
| Binary | 10101 | 100001 | 11011100 | 1011010 | 1010101 | 0 | 1110 | 11101100 | 1010011 | 101111 |
Color Harmonies of #1521DC
Complementary color
Monochromatic Colors of #1521DC
Black with #1521DC
Text Example
Text Example
White with #1521DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521DC; }
p { color: rgb(21,33,220); }
H1.HeaderClassName
{
color: #1521DC;
}
.AnyTagClassName
{
color: #1521DC;
}
</style>
background-color css
<style>
a { background-color: #1521DC; }
a { background-color: rgb(21,33,220); }
div.DivClassName
{
background-color: #1521DC;
}
.BgClassName
{
background-color: #1521DC;
}
</style>
border-color css
<style>
span { border-color: #1521DC; }
span { border-color: rgb(21,33,220); }
td.TdClassName
{
border-color: #1521DC;
}
.TagClassName
{
border-color: #1521DC;
}
</style>