Shades of Medium Blue #1504C0
Tints of Medium Blue #1504C0
RGB
CMYK
RGB Variations
Color information
#1504C0 (or 0x1504C0) is known color: Medium Blue. HEX triplet: 15, 04 and C0. RGB value is (21,4,192). Sum of RGB (Red+Green+Blue) = 21+4+192=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #1504C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504C0 is #EAFB3F. Grayscale: #1D1D1D. Windows color (decimal): -15399744 or 12583957. OLE color: 12583957.
HSL color Cylindrical-coordinate representation of color #1504C0: hue angle of 245.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1504C0 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 4 | 192 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.25 |
| HSL | 245.43º | 0.96% | 0.38% | - |
| HSV(B) | 245.43º | 0.98% | 0.75% | - |
| XYZ | 9.87 | 4.05 | 50.13 | - |
| YUV | 30.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 192 | 0.89 | 0.98 | 0 | 0.25 | 245.43 | 0.96 | 0.38 |
| Hex | 15 | 4 | C0 | 59 | 62 | 0 | 19 | F5 | 60 | 26 |
| Octal | 25 | 4 | 300 | 131 | 142 | 0 | 31 | 365 | 140 | 46 |
| Binary | 10101 | 100 | 11000000 | 1011001 | 1100010 | 0 | 11001 | 11110101 | 1100000 | 100110 |
Color Harmonies of #1504C0
Complementary color
Monochromatic Colors of #1504C0
Black with #1504C0
Text Example
Text Example
White with #1504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504C0; }
p { color: rgb(21,4,192); }
H1.HeaderClassName
{
color: #1504C0;
}
.AnyTagClassName
{
color: #1504C0;
}
</style>
background-color css
<style>
a { background-color: #1504C0; }
a { background-color: rgb(21,4,192); }
div.DivClassName
{
background-color: #1504C0;
}
.BgClassName
{
background-color: #1504C0;
}
</style>
border-color css
<style>
span { border-color: #1504C0; }
span { border-color: rgb(21,4,192); }
td.TdClassName
{
border-color: #1504C0;
}
.TagClassName
{
border-color: #1504C0;
}
</style>