Shades of Medium Blue #1503DD
Tints of Medium Blue #1503DD
RGB
CMYK
RGB Variations
Color information
#1503DD (or 0x1503DD) is known color: Medium Blue. HEX triplet: 15, 03 and DD. RGB value is (21,3,221). Sum of RGB (Red+Green+Blue) = 21+3+221=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #1503DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503DD is #EAFC22. Grayscale: #202020. Windows color (decimal): -15399971 or 14484245. OLE color: 14484245.
HSL color Cylindrical-coordinate representation of color #1503DD: hue angle of 244.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503DD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 3 | 221 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.13 |
| HSL | 244.95º | 0.97% | 0.44% | - |
| HSV(B) | 244.95º | 0.99% | 0.87% | - |
| XYZ | 13.39 | 5.45 | 68.75 | - |
| YUV | 33.23 | 233.96 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 221 | 0.90 | 0.99 | 0 | 0.13 | 244.95 | 0.97 | 0.44 |
| Hex | 15 | 3 | DD | 5A | 63 | 0 | D | F5 | 61 | 2C |
| Octal | 25 | 3 | 335 | 132 | 143 | 0 | 15 | 365 | 141 | 54 |
| Binary | 10101 | 11 | 11011101 | 1011010 | 1100011 | 0 | 1101 | 11110101 | 1100001 | 101100 |
Color Harmonies of #1503DD
Complementary color
Monochromatic Colors of #1503DD
Black with #1503DD
Text Example
Text Example
White with #1503DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503DD; }
p { color: rgb(21,3,221); }
H1.HeaderClassName
{
color: #1503DD;
}
.AnyTagClassName
{
color: #1503DD;
}
</style>
background-color css
<style>
a { background-color: #1503DD; }
a { background-color: rgb(21,3,221); }
div.DivClassName
{
background-color: #1503DD;
}
.BgClassName
{
background-color: #1503DD;
}
</style>
border-color css
<style>
span { border-color: #1503DD; }
span { border-color: rgb(21,3,221); }
td.TdClassName
{
border-color: #1503DD;
}
.TagClassName
{
border-color: #1503DD;
}
</style>