Shades of Blue #1511EA
Tints of Blue #1511EA
RGB
CMYK
RGB Variations
Color information
#1511EA (or 0x1511EA) is known color: Blue. HEX triplet: 15, 11 and EA. RGB value is (21,17,234). Sum of RGB (Red+Green+Blue) = 21+17+234=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #1511EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1511EA is #EAEE15. Grayscale: #2A2A2A. Windows color (decimal): -15396374 or 15339797. OLE color: 15339797.
HSL color Cylindrical-coordinate representation of color #1511EA: hue angle of 241.11º degrees, saturation: 0.86, 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 #1511EA is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 17 | 234 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.08 |
| HSL | 241.11º | 0.86% | 0.49% | - |
| HSV(B) | 241.11º | 0.93% | 0.92% | - |
| XYZ | 15.36 | 6.5 | 78.29 | - |
| YUV | 42.93 | 235.83 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 234 | 0.91 | 0.93 | 0 | 0.08 | 241.11 | 0.86 | 0.49 |
| Hex | 15 | 11 | EA | 5B | 5D | 0 | 8 | F1 | 56 | 31 |
| Octal | 25 | 21 | 352 | 133 | 135 | 0 | 10 | 361 | 126 | 61 |
| Binary | 10101 | 10001 | 11101010 | 1011011 | 1011101 | 0 | 1000 | 11110001 | 1010110 | 110001 |
Color Harmonies of #1511EA
Complementary color
Monochromatic Colors of #1511EA
Black with #1511EA
Text Example
Text Example
White with #1511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511EA; }
p { color: rgb(21,17,234); }
H1.HeaderClassName
{
color: #1511EA;
}
.AnyTagClassName
{
color: #1511EA;
}
</style>
background-color css
<style>
a { background-color: #1511EA; }
a { background-color: rgb(21,17,234); }
div.DivClassName
{
background-color: #1511EA;
}
.BgClassName
{
background-color: #1511EA;
}
</style>
border-color css
<style>
span { border-color: #1511EA; }
span { border-color: rgb(21,17,234); }
td.TdClassName
{
border-color: #1511EA;
}
.TagClassName
{
border-color: #1511EA;
}
</style>