Shades of Medium Blue #1503BD
Tints of Medium Blue #1503BD
RGB
CMYK
RGB Variations
Color information
#1503BD (or 0x1503BD) is known color: Medium Blue. HEX triplet: 15, 03 and BD. RGB value is (21,3,189). Sum of RGB (Red+Green+Blue) = 21+3+189=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1503BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503BD is #EAFC42. Grayscale: #1C1C1C. Windows color (decimal): -15400003 or 12387093. OLE color: 12387093.
HSL color Cylindrical-coordinate representation of color #1503BD: hue angle of 245.81º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1503BD is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 3 | 189 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.26 |
| HSL | 245.81º | 0.97% | 0.38% | - |
| HSV(B) | 245.81º | 0.98% | 0.74% | - |
| XYZ | 9.53 | 3.9 | 48.39 | - |
| YUV | 29.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 189 | 0.89 | 0.98 | 0 | 0.26 | 245.81 | 0.97 | 0.38 |
| Hex | 15 | 3 | BD | 59 | 62 | 0 | 1A | F6 | 61 | 26 |
| Octal | 25 | 3 | 275 | 131 | 142 | 0 | 32 | 366 | 141 | 46 |
| Binary | 10101 | 11 | 10111101 | 1011001 | 1100010 | 0 | 11010 | 11110110 | 1100001 | 100110 |
Color Harmonies of #1503BD
Complementary color
Monochromatic Colors of #1503BD
Black with #1503BD
Text Example
Text Example
White with #1503BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503BD; }
p { color: rgb(21,3,189); }
H1.HeaderClassName
{
color: #1503BD;
}
.AnyTagClassName
{
color: #1503BD;
}
</style>
background-color css
<style>
a { background-color: #1503BD; }
a { background-color: rgb(21,3,189); }
div.DivClassName
{
background-color: #1503BD;
}
.BgClassName
{
background-color: #1503BD;
}
</style>
border-color css
<style>
span { border-color: #1503BD; }
span { border-color: rgb(21,3,189); }
td.TdClassName
{
border-color: #1503BD;
}
.TagClassName
{
border-color: #1503BD;
}
</style>