Shades of Blue #1521EE
Tints of Blue #1521EE
RGB
CMYK
RGB Variations
Color information
#1521EE (or 0x1521EE) is known color: Blue. HEX triplet: 15, 21 and EE. RGB value is (21,33,238). Sum of RGB (Red+Green+Blue) = 21+33+238=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #1521EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521EE is #EADE11. Grayscale: #333333. Windows color (decimal): -15392274 or 15606037. OLE color: 15606037.
HSL color Cylindrical-coordinate representation of color #1521EE: hue angle of 236.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1521EE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 33 | 238 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.07 |
| HSL | 236.68º | 0.86% | 0.51% | - |
| HSV(B) | 236.68º | 0.91% | 0.93% | - |
| XYZ | 16.29 | 7.42 | 81.46 | - |
| YUV | 52.78 | 232.52 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 238 | 0.91 | 0.86 | 0 | 0.07 | 236.68 | 0.86 | 0.51 |
| Hex | 15 | 21 | EE | 5B | 56 | 0 | 7 | ED | 56 | 33 |
| Octal | 25 | 41 | 356 | 133 | 126 | 0 | 7 | 355 | 126 | 63 |
| Binary | 10101 | 100001 | 11101110 | 1011011 | 1010110 | 0 | 111 | 11101101 | 1010110 | 110011 |
Color Harmonies of #1521EE
Complementary color
Monochromatic Colors of #1521EE
Black with #1521EE
Text Example
Text Example
White with #1521EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521EE; }
p { color: rgb(21,33,238); }
H1.HeaderClassName
{
color: #1521EE;
}
.AnyTagClassName
{
color: #1521EE;
}
</style>
background-color css
<style>
a { background-color: #1521EE; }
a { background-color: rgb(21,33,238); }
div.DivClassName
{
background-color: #1521EE;
}
.BgClassName
{
background-color: #1521EE;
}
</style>
border-color css
<style>
span { border-color: #1521EE; }
span { border-color: rgb(21,33,238); }
td.TdClassName
{
border-color: #1521EE;
}
.TagClassName
{
border-color: #1521EE;
}
</style>