Shades of Medium Blue #1504BF
Tints of Medium Blue #1504BF
RGB
CMYK
RGB Variations
Color information
#1504BF (or 0x1504BF) is known color: Medium Blue. HEX triplet: 15, 04 and BF. RGB value is (21,4,191). Sum of RGB (Red+Green+Blue) = 21+4+191=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 191 (75% from 255 or 88.43% from 216); Max value from RGB is 191 - color contains mainly: blue. Hex color #1504BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504BF is #EAFB40. Grayscale: #1D1D1D. Windows color (decimal): -15399745 or 12518421. OLE color: 12518421.
HSL color Cylindrical-coordinate representation of color #1504BF: hue angle of 245.45º 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 #1504BF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 4 | 191 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.25 |
| HSL | 245.45º | 0.96% | 0.38% | - |
| HSV(B) | 245.45º | 0.98% | 0.75% | - |
| XYZ | 9.76 | 4.01 | 49.55 | - |
| YUV | 30.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 191 | 0.89 | 0.98 | 0 | 0.25 | 245.45 | 0.96 | 0.38 |
| Hex | 15 | 4 | BF | 59 | 62 | 0 | 19 | F5 | 60 | 26 |
| Octal | 25 | 4 | 277 | 131 | 142 | 0 | 31 | 365 | 140 | 46 |
| Binary | 10101 | 100 | 10111111 | 1011001 | 1100010 | 0 | 11001 | 11110101 | 1100000 | 100110 |
Color Harmonies of #1504BF
Complementary color
Monochromatic Colors of #1504BF
Black with #1504BF
Text Example
Text Example
White with #1504BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504BF; }
p { color: rgb(21,4,191); }
H1.HeaderClassName
{
color: #1504BF;
}
.AnyTagClassName
{
color: #1504BF;
}
</style>
background-color css
<style>
a { background-color: #1504BF; }
a { background-color: rgb(21,4,191); }
div.DivClassName
{
background-color: #1504BF;
}
.BgClassName
{
background-color: #1504BF;
}
</style>
border-color css
<style>
span { border-color: #1504BF; }
span { border-color: rgb(21,4,191); }
td.TdClassName
{
border-color: #1504BF;
}
.TagClassName
{
border-color: #1504BF;
}
</style>