Shades of Medium Blue #1504CA
Tints of Medium Blue #1504CA
RGB
CMYK
RGB Variations
Color information
#1504CA (or 0x1504CA) is known color: Medium Blue. HEX triplet: 15, 04 and CA. RGB value is (21,4,202). Sum of RGB (Red+Green+Blue) = 21+4+202=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 202 (79.30% from 255 or 88.99% from 227); Max value from RGB is 202 - color contains mainly: blue. Hex color #1504CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504CA is #EAFB35. Grayscale: #1E1E1E. Windows color (decimal): -15399734 or 13239317. OLE color: 13239317.
HSL color Cylindrical-coordinate representation of color #1504CA: hue angle of 245.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1504CA is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 4 | 202 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.21 |
| HSL | 245.15º | 0.96% | 0.4% | - |
| HSV(B) | 245.15º | 0.98% | 0.79% | - |
| XYZ | 11.01 | 4.51 | 56.17 | - |
| YUV | 31.66 | 224.13 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 202 | 0.90 | 0.98 | 0 | 0.21 | 245.15 | 0.96 | 0.4 |
| Hex | 15 | 4 | CA | 5A | 62 | 0 | 15 | F5 | 60 | 28 |
| Octal | 25 | 4 | 312 | 132 | 142 | 0 | 25 | 365 | 140 | 50 |
| Binary | 10101 | 100 | 11001010 | 1011010 | 1100010 | 0 | 10101 | 11110101 | 1100000 | 101000 |
Color Harmonies of #1504CA
Complementary color
Monochromatic Colors of #1504CA
Black with #1504CA
Text Example
Text Example
White with #1504CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504CA; }
p { color: rgb(21,4,202); }
H1.HeaderClassName
{
color: #1504CA;
}
.AnyTagClassName
{
color: #1504CA;
}
</style>
background-color css
<style>
a { background-color: #1504CA; }
a { background-color: rgb(21,4,202); }
div.DivClassName
{
background-color: #1504CA;
}
.BgClassName
{
background-color: #1504CA;
}
</style>
border-color css
<style>
span { border-color: #1504CA; }
span { border-color: rgb(21,4,202); }
td.TdClassName
{
border-color: #1504CA;
}
.TagClassName
{
border-color: #1504CA;
}
</style>