Shades of Medium Blue #1521DB
Tints of Medium Blue #1521DB
RGB
CMYK
RGB Variations
Color information
#1521DB (or 0x1521DB) is known color: Medium Blue. HEX triplet: 15, 21 and DB. RGB value is (21,33,219). Sum of RGB (Red+Green+Blue) = 21+33+219=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #1521DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521DB is #EADE24. Grayscale: #313131. Windows color (decimal): -15392293 or 14360853. OLE color: 14360853.
HSL color Cylindrical-coordinate representation of color #1521DB: hue angle of 236.36º degrees, saturation: 0.82, 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 #1521DB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 33 | 219 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.14 |
| HSL | 236.36º | 0.83% | 0.47% | - |
| HSV(B) | 236.36º | 0.9% | 0.86% | - |
| XYZ | 13.64 | 6.36 | 67.53 | - |
| YUV | 50.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 219 | 0.90 | 0.85 | 0 | 0.14 | 236.36 | 0.83 | 0.47 |
| Hex | 15 | 21 | DB | 5A | 55 | 0 | E | EC | 52 | 2F |
| Octal | 25 | 41 | 333 | 132 | 125 | 0 | 16 | 354 | 122 | 57 |
| Binary | 10101 | 100001 | 11011011 | 1011010 | 1010101 | 0 | 1110 | 11101100 | 1010010 | 101111 |
Color Harmonies of #1521DB
Complementary color
Monochromatic Colors of #1521DB
Black with #1521DB
Text Example
Text Example
White with #1521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521DB; }
p { color: rgb(21,33,219); }
H1.HeaderClassName
{
color: #1521DB;
}
.AnyTagClassName
{
color: #1521DB;
}
</style>
background-color css
<style>
a { background-color: #1521DB; }
a { background-color: rgb(21,33,219); }
div.DivClassName
{
background-color: #1521DB;
}
.BgClassName
{
background-color: #1521DB;
}
</style>
border-color css
<style>
span { border-color: #1521DB; }
span { border-color: rgb(21,33,219); }
td.TdClassName
{
border-color: #1521DB;
}
.TagClassName
{
border-color: #1521DB;
}
</style>