Shades of Medium Blue #1503DB
Tints of Medium Blue #1503DB
RGB
CMYK
RGB Variations
Color information
#1503DB (or 0x1503DB) is known color: Medium Blue. HEX triplet: 15, 03 and DB. RGB value is (21,3,219). Sum of RGB (Red+Green+Blue) = 21+3+219=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #1503DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503DB is #EAFC24. Grayscale: #202020. Windows color (decimal): -15399973 or 14353173. OLE color: 14353173.
HSL color Cylindrical-coordinate representation of color #1503DB: hue angle of 245º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503DB is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 3 | 219 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.14 |
| HSL | 245º | 0.97% | 0.44% | - |
| HSV(B) | 245º | 0.99% | 0.86% | - |
| XYZ | 13.13 | 5.34 | 67.36 | - |
| YUV | 33.01 | 232.96 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 219 | 0.90 | 0.99 | 0 | 0.14 | 245 | 0.97 | 0.44 |
| Hex | 15 | 3 | DB | 5A | 63 | 0 | E | F5 | 61 | 2C |
| Octal | 25 | 3 | 333 | 132 | 143 | 0 | 16 | 365 | 141 | 54 |
| Binary | 10101 | 11 | 11011011 | 1011010 | 1100011 | 0 | 1110 | 11110101 | 1100001 | 101100 |
Color Harmonies of #1503DB
Complementary color
Monochromatic Colors of #1503DB
Black with #1503DB
Text Example
Text Example
White with #1503DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503DB; }
p { color: rgb(21,3,219); }
H1.HeaderClassName
{
color: #1503DB;
}
.AnyTagClassName
{
color: #1503DB;
}
</style>
background-color css
<style>
a { background-color: #1503DB; }
a { background-color: rgb(21,3,219); }
div.DivClassName
{
background-color: #1503DB;
}
.BgClassName
{
background-color: #1503DB;
}
</style>
border-color css
<style>
span { border-color: #1503DB; }
span { border-color: rgb(21,3,219); }
td.TdClassName
{
border-color: #1503DB;
}
.TagClassName
{
border-color: #1503DB;
}
</style>