Shades of Medium Blue #1502DB
Tints of Medium Blue #1502DB
RGB
CMYK
RGB Variations
Color information
#1502DB (or 0x1502DB) is known color: Medium Blue. HEX triplet: 15, 02 and DB. RGB value is (21,2,219). Sum of RGB (Red+Green+Blue) = 21+2+219=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #1502DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502DB is #EAFD24. Grayscale: #1F1F1F. Windows color (decimal): -15400229 or 14352917. OLE color: 14352917.
HSL color Cylindrical-coordinate representation of color #1502DB: hue angle of 245.25º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502DB is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 2 | 219 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.14 |
| HSL | 245.25º | 0.98% | 0.43% | - |
| HSV(B) | 245.25º | 0.99% | 0.86% | - |
| XYZ | 13.12 | 5.32 | 67.35 | - |
| YUV | 32.42 | 233.29 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 219 | 0.90 | 0.99 | 0 | 0.14 | 245.25 | 0.98 | 0.43 |
| Hex | 15 | 2 | DB | 5A | 63 | 0 | E | F5 | 62 | 2B |
| Octal | 25 | 2 | 333 | 132 | 143 | 0 | 16 | 365 | 142 | 53 |
| Binary | 10101 | 10 | 11011011 | 1011010 | 1100011 | 0 | 1110 | 11110101 | 1100010 | 101011 |
Color Harmonies of #1502DB
Complementary color
Monochromatic Colors of #1502DB
Black with #1502DB
Text Example
Text Example
White with #1502DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502DB; }
p { color: rgb(21,2,219); }
H1.HeaderClassName
{
color: #1502DB;
}
.AnyTagClassName
{
color: #1502DB;
}
</style>
background-color css
<style>
a { background-color: #1502DB; }
a { background-color: rgb(21,2,219); }
div.DivClassName
{
background-color: #1502DB;
}
.BgClassName
{
background-color: #1502DB;
}
</style>
border-color css
<style>
span { border-color: #1502DB; }
span { border-color: rgb(21,2,219); }
td.TdClassName
{
border-color: #1502DB;
}
.TagClassName
{
border-color: #1502DB;
}
</style>