Shades of Medium Blue #1520DB
Tints of Medium Blue #1520DB
RGB
CMYK
RGB Variations
Color information
#1520DB (or 0x1520DB) is known color: Medium Blue. HEX triplet: 15, 20 and DB. RGB value is (21,32,219). Sum of RGB (Red+Green+Blue) = 21+32+219=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #1520DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520DB is #EADF24. Grayscale: #313131. Windows color (decimal): -15392549 or 14360597. OLE color: 14360597.
HSL color Cylindrical-coordinate representation of color #1520DB: hue angle of 236.67º 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 #1520DB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 32 | 219 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.14 |
| HSL | 236.67º | 0.83% | 0.47% | - |
| HSV(B) | 236.67º | 0.9% | 0.86% | - |
| XYZ | 13.61 | 6.31 | 67.52 | - |
| YUV | 50.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 219 | 0.90 | 0.85 | 0 | 0.14 | 236.67 | 0.83 | 0.47 |
| Hex | 15 | 20 | DB | 5A | 55 | 0 | E | ED | 52 | 2F |
| Octal | 25 | 40 | 333 | 132 | 125 | 0 | 16 | 355 | 122 | 57 |
| Binary | 10101 | 100000 | 11011011 | 1011010 | 1010101 | 0 | 1110 | 11101101 | 1010010 | 101111 |
Color Harmonies of #1520DB
Complementary color
Monochromatic Colors of #1520DB
Black with #1520DB
Text Example
Text Example
White with #1520DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520DB; }
p { color: rgb(21,32,219); }
H1.HeaderClassName
{
color: #1520DB;
}
.AnyTagClassName
{
color: #1520DB;
}
</style>
background-color css
<style>
a { background-color: #1520DB; }
a { background-color: rgb(21,32,219); }
div.DivClassName
{
background-color: #1520DB;
}
.BgClassName
{
background-color: #1520DB;
}
</style>
border-color css
<style>
span { border-color: #1520DB; }
span { border-color: rgb(21,32,219); }
td.TdClassName
{
border-color: #1520DB;
}
.TagClassName
{
border-color: #1520DB;
}
</style>