Shades of Blue #1522E9
Tints of Blue #1522E9
RGB
CMYK
RGB Variations
Color information
#1522E9 (or 0x1522E9) is known color: Blue. HEX triplet: 15, 22 and E9. RGB value is (21,34,233). Sum of RGB (Red+Green+Blue) = 21+34+233=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 233 (91.41% from 255 or 80.90% from 288); Max value from RGB is 233 - color contains mainly: blue. Hex color #1522E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1522E9 is #EADD16. Grayscale: #333333. Windows color (decimal): -15392023 or 15278613. OLE color: 15278613.
HSL color Cylindrical-coordinate representation of color #1522E9: hue angle of 236.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1522E9 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 34 | 233 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.09 |
| HSL | 236.32º | 0.83% | 0.5% | - |
| HSV(B) | 236.32º | 0.91% | 0.91% | - |
| XYZ | 15.59 | 7.19 | 77.66 | - |
| YUV | 52.8 | 229.69 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 233 | 0.91 | 0.85 | 0 | 0.09 | 236.32 | 0.83 | 0.5 |
| Hex | 15 | 22 | E9 | 5B | 55 | 0 | 9 | EC | 53 | 32 |
| Octal | 25 | 42 | 351 | 133 | 125 | 0 | 11 | 354 | 123 | 62 |
| Binary | 10101 | 100010 | 11101001 | 1011011 | 1010101 | 0 | 1001 | 11101100 | 1010011 | 110010 |
Color Harmonies of #1522E9
Complementary color
Monochromatic Colors of #1522E9
Black with #1522E9
Text Example
Text Example
White with #1522E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522E9; }
p { color: rgb(21,34,233); }
H1.HeaderClassName
{
color: #1522E9;
}
.AnyTagClassName
{
color: #1522E9;
}
</style>
background-color css
<style>
a { background-color: #1522E9; }
a { background-color: rgb(21,34,233); }
div.DivClassName
{
background-color: #1522E9;
}
.BgClassName
{
background-color: #1522E9;
}
</style>
border-color css
<style>
span { border-color: #1522E9; }
span { border-color: rgb(21,34,233); }
td.TdClassName
{
border-color: #1522E9;
}
.TagClassName
{
border-color: #1522E9;
}
</style>