Shades of Blue #1522EE
Tints of Blue #1522EE
RGB
CMYK
RGB Variations
Color information
#1522EE (or 0x1522EE) is known color: Blue. HEX triplet: 15, 22 and EE. RGB value is (21,34,238). Sum of RGB (Red+Green+Blue) = 21+34+238=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #1522EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1522EE is #EADD11. Grayscale: #343434. Windows color (decimal): -15392018 or 15606293. OLE color: 15606293.
HSL color Cylindrical-coordinate representation of color #1522EE: hue angle of 236.41º 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 #1522EE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 34 | 238 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.07 |
| HSL | 236.41º | 0.86% | 0.51% | - |
| HSV(B) | 236.41º | 0.91% | 0.93% | - |
| XYZ | 16.31 | 7.48 | 81.47 | - |
| YUV | 53.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 238 | 0.91 | 0.86 | 0 | 0.07 | 236.41 | 0.86 | 0.51 |
| Hex | 15 | 22 | EE | 5B | 56 | 0 | 7 | EC | 56 | 33 |
| Octal | 25 | 42 | 356 | 133 | 126 | 0 | 7 | 354 | 126 | 63 |
| Binary | 10101 | 100010 | 11101110 | 1011011 | 1010110 | 0 | 111 | 11101100 | 1010110 | 110011 |
Color Harmonies of #1522EE
Complementary color
Monochromatic Colors of #1522EE
Black with #1522EE
Text Example
Text Example
White with #1522EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522EE; }
p { color: rgb(21,34,238); }
H1.HeaderClassName
{
color: #1522EE;
}
.AnyTagClassName
{
color: #1522EE;
}
</style>
background-color css
<style>
a { background-color: #1522EE; }
a { background-color: rgb(21,34,238); }
div.DivClassName
{
background-color: #1522EE;
}
.BgClassName
{
background-color: #1522EE;
}
</style>
border-color css
<style>
span { border-color: #1522EE; }
span { border-color: rgb(21,34,238); }
td.TdClassName
{
border-color: #1522EE;
}
.TagClassName
{
border-color: #1522EE;
}
</style>