Shades of Blue #1500EC
Tints of Blue #1500EC
RGB
CMYK
RGB Variations
Color information
#1500EC (or 0x1500EC) is known color: Blue. HEX triplet: 15, 00 and EC. RGB value is (21,0,236). Sum of RGB (Red+Green+Blue) = 21+0+236=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 236 (92.58% from 255 or 91.83% from 257); Max value from RGB is 236 - color contains mainly: blue. Hex color #1500EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500EC is #EAFF13. Grayscale: #202020. Windows color (decimal): -15400724 or 15466517. OLE color: 15466517.
HSL color Cylindrical-coordinate representation of color #1500EC: hue angle of 245.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500EC is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 0 | 236 | - |
| CMYK | 0.91 | 1 | 0 | 0.07 |
| HSL | 245.34º | 1% | 0.46% | - |
| HSV(B) | 245.34º | 1% | 0.93% | - |
| XYZ | 15.45 | 6.22 | 79.74 | - |
| YUV | 33.18 | 242.46 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 236 | 0.91 | 1 | 0 | 0.07 | 245.34 | 1 | 0.46 |
| Hex | 15 | 0 | EC | 5B | 64 | 0 | 7 | F5 | 64 | 2E |
| Octal | 25 | 0 | 354 | 133 | 144 | 0 | 7 | 365 | 144 | 56 |
| Binary | 10101 | 0 | 11101100 | 1011011 | 1100100 | 0 | 111 | 11110101 | 1100100 | 101110 |
Color Harmonies of #1500EC
Complementary color
Monochromatic Colors of #1500EC
Black with #1500EC
Text Example
Text Example
White with #1500EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500EC; }
p { color: rgb(21,0,236); }
H1.HeaderClassName
{
color: #1500EC;
}
.AnyTagClassName
{
color: #1500EC;
}
</style>
background-color css
<style>
a { background-color: #1500EC; }
a { background-color: rgb(21,0,236); }
div.DivClassName
{
background-color: #1500EC;
}
.BgClassName
{
background-color: #1500EC;
}
</style>
border-color css
<style>
span { border-color: #1500EC; }
span { border-color: rgb(21,0,236); }
td.TdClassName
{
border-color: #1500EC;
}
.TagClassName
{
border-color: #1500EC;
}
</style>