Shades of Blue #1511EC
Tints of Blue #1511EC
RGB
CMYK
RGB Variations
Color information
#1511EC (or 0x1511EC) is known color: Blue. HEX triplet: 15, 11 and EC. RGB value is (21,17,236). Sum of RGB (Red+Green+Blue) = 21+17+236=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #1511EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1511EC is #EAEE13. Grayscale: #2A2A2A. Windows color (decimal): -15396372 or 15470869. OLE color: 15470869.
HSL color Cylindrical-coordinate representation of color #1511EC: hue angle of 241.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1511EC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 17 | 236 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.07 |
| HSL | 241.1º | 0.87% | 0.5% | - |
| HSV(B) | 241.1º | 0.93% | 0.93% | - |
| XYZ | 15.65 | 6.62 | 79.81 | - |
| YUV | 43.16 | 236.83 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 236 | 0.91 | 0.93 | 0 | 0.07 | 241.1 | 0.87 | 0.5 |
| Hex | 15 | 11 | EC | 5B | 5D | 0 | 7 | F1 | 57 | 32 |
| Octal | 25 | 21 | 354 | 133 | 135 | 0 | 7 | 361 | 127 | 62 |
| Binary | 10101 | 10001 | 11101100 | 1011011 | 1011101 | 0 | 111 | 11110001 | 1010111 | 110010 |
Color Harmonies of #1511EC
Complementary color
Monochromatic Colors of #1511EC
Black with #1511EC
Text Example
Text Example
White with #1511EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511EC; }
p { color: rgb(21,17,236); }
H1.HeaderClassName
{
color: #1511EC;
}
.AnyTagClassName
{
color: #1511EC;
}
</style>
background-color css
<style>
a { background-color: #1511EC; }
a { background-color: rgb(21,17,236); }
div.DivClassName
{
background-color: #1511EC;
}
.BgClassName
{
background-color: #1511EC;
}
</style>
border-color css
<style>
span { border-color: #1511EC; }
span { border-color: rgb(21,17,236); }
td.TdClassName
{
border-color: #1511EC;
}
.TagClassName
{
border-color: #1511EC;
}
</style>