Shades of Blue #1511EB
Tints of Blue #1511EB
RGB
CMYK
RGB Variations
Color information
#1511EB (or 0x1511EB) is known color: Blue. HEX triplet: 15, 11 and EB. RGB value is (21,17,235). Sum of RGB (Red+Green+Blue) = 21+17+235=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #1511EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1511EB is #EAEE14. Grayscale: #2A2A2A. Windows color (decimal): -15396373 or 15405333. OLE color: 15405333.
HSL color Cylindrical-coordinate representation of color #1511EB: hue angle of 241.1º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1511EB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 17 | 235 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.08 |
| HSL | 241.1º | 0.87% | 0.49% | - |
| HSV(B) | 241.1º | 0.93% | 0.92% | - |
| XYZ | 15.51 | 6.56 | 79.05 | - |
| YUV | 43.05 | 236.33 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 235 | 0.91 | 0.93 | 0 | 0.08 | 241.1 | 0.87 | 0.49 |
| Hex | 15 | 11 | EB | 5B | 5D | 0 | 8 | F1 | 57 | 31 |
| Octal | 25 | 21 | 353 | 133 | 135 | 0 | 10 | 361 | 127 | 61 |
| Binary | 10101 | 10001 | 11101011 | 1011011 | 1011101 | 0 | 1000 | 11110001 | 1010111 | 110001 |
Color Harmonies of #1511EB
Complementary color
Monochromatic Colors of #1511EB
Black with #1511EB
Text Example
Text Example
White with #1511EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511EB; }
p { color: rgb(21,17,235); }
H1.HeaderClassName
{
color: #1511EB;
}
.AnyTagClassName
{
color: #1511EB;
}
</style>
background-color css
<style>
a { background-color: #1511EB; }
a { background-color: rgb(21,17,235); }
div.DivClassName
{
background-color: #1511EB;
}
.BgClassName
{
background-color: #1511EB;
}
</style>
border-color css
<style>
span { border-color: #1511EB; }
span { border-color: rgb(21,17,235); }
td.TdClassName
{
border-color: #1511EB;
}
.TagClassName
{
border-color: #1511EB;
}
</style>