Shades of Medium Blue #1504CE
Tints of Medium Blue #1504CE
RGB
CMYK
RGB Variations
Color information
#1504CE (or 0x1504CE) is known color: Medium Blue. HEX triplet: 15, 04 and CE. RGB value is (21,4,206). Sum of RGB (Red+Green+Blue) = 21+4+206=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #1504CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504CE is #EAFB31. Grayscale: #1F1F1F. Windows color (decimal): -15399730 or 13501461. OLE color: 13501461.
HSL color Cylindrical-coordinate representation of color #1504CE: hue angle of 245.05º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1504CE is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 4 | 206 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.19 |
| HSL | 245.05º | 0.96% | 0.41% | - |
| HSV(B) | 245.05º | 0.98% | 0.81% | - |
| XYZ | 11.49 | 4.7 | 58.69 | - |
| YUV | 32.11 | 226.13 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 206 | 0.90 | 0.98 | 0 | 0.19 | 245.05 | 0.96 | 0.41 |
| Hex | 15 | 4 | CE | 5A | 62 | 0 | 13 | F5 | 60 | 29 |
| Octal | 25 | 4 | 316 | 132 | 142 | 0 | 23 | 365 | 140 | 51 |
| Binary | 10101 | 100 | 11001110 | 1011010 | 1100010 | 0 | 10011 | 11110101 | 1100000 | 101001 |
Color Harmonies of #1504CE
Complementary color
Monochromatic Colors of #1504CE
Black with #1504CE
Text Example
Text Example
White with #1504CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504CE; }
p { color: rgb(21,4,206); }
H1.HeaderClassName
{
color: #1504CE;
}
.AnyTagClassName
{
color: #1504CE;
}
</style>
background-color css
<style>
a { background-color: #1504CE; }
a { background-color: rgb(21,4,206); }
div.DivClassName
{
background-color: #1504CE;
}
.BgClassName
{
background-color: #1504CE;
}
</style>
border-color css
<style>
span { border-color: #1504CE; }
span { border-color: rgb(21,4,206); }
td.TdClassName
{
border-color: #1504CE;
}
.TagClassName
{
border-color: #1504CE;
}
</style>