Shades of Blue #1510EC
Tints of Blue #1510EC
RGB
CMYK
RGB Variations
Color information
#1510EC (or 0x1510EC) is known color: Blue. HEX triplet: 15, 10 and EC. RGB value is (21,16,236). Sum of RGB (Red+Green+Blue) = 21+16+236=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #1510EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1510EC is #EAEF13. Grayscale: #292929. Windows color (decimal): -15396628 or 15470613. OLE color: 15470613.
HSL color Cylindrical-coordinate representation of color #1510EC: hue angle of 241.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1510EC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 16 | 236 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.07 |
| HSL | 241.36º | 0.87% | 0.49% | - |
| HSV(B) | 241.36º | 0.93% | 0.93% | - |
| XYZ | 15.63 | 6.59 | 79.8 | - |
| YUV | 42.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 236 | 0.91 | 0.93 | 0 | 0.07 | 241.36 | 0.87 | 0.49 |
| Hex | 15 | 10 | EC | 5B | 5D | 0 | 7 | F1 | 57 | 31 |
| Octal | 25 | 20 | 354 | 133 | 135 | 0 | 7 | 361 | 127 | 61 |
| Binary | 10101 | 10000 | 11101100 | 1011011 | 1011101 | 0 | 111 | 11110001 | 1010111 | 110001 |
Color Harmonies of #1510EC
Complementary color
Monochromatic Colors of #1510EC
Black with #1510EC
Text Example
Text Example
White with #1510EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510EC; }
p { color: rgb(21,16,236); }
H1.HeaderClassName
{
color: #1510EC;
}
.AnyTagClassName
{
color: #1510EC;
}
</style>
background-color css
<style>
a { background-color: #1510EC; }
a { background-color: rgb(21,16,236); }
div.DivClassName
{
background-color: #1510EC;
}
.BgClassName
{
background-color: #1510EC;
}
</style>
border-color css
<style>
span { border-color: #1510EC; }
span { border-color: rgb(21,16,236); }
td.TdClassName
{
border-color: #1510EC;
}
.TagClassName
{
border-color: #1510EC;
}
</style>