Shades of Blue #1522E8
Tints of Blue #1522E8
RGB
CMYK
RGB Variations
Color information
#1522E8 (or 0x1522E8) is known color: Blue. HEX triplet: 15, 22 and E8. RGB value is (21,34,232). Sum of RGB (Red+Green+Blue) = 21+34+232=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 232 (91.02% from 255 or 80.84% from 287); Max value from RGB is 232 - color contains mainly: blue. Hex color #1522E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1522E8 is #EADD17. Grayscale: #333333. Windows color (decimal): -15392024 or 15213077. OLE color: 15213077.
HSL color Cylindrical-coordinate representation of color #1522E8: hue angle of 236.3º 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 #1522E8 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 34 | 232 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.09 |
| HSL | 236.3º | 0.83% | 0.5% | - |
| HSV(B) | 236.3º | 0.91% | 0.91% | - |
| XYZ | 15.45 | 7.13 | 76.91 | - |
| YUV | 52.69 | 229.19 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 232 | 0.91 | 0.85 | 0 | 0.09 | 236.3 | 0.83 | 0.5 |
| Hex | 15 | 22 | E8 | 5B | 55 | 0 | 9 | EC | 53 | 32 |
| Octal | 25 | 42 | 350 | 133 | 125 | 0 | 11 | 354 | 123 | 62 |
| Binary | 10101 | 100010 | 11101000 | 1011011 | 1010101 | 0 | 1001 | 11101100 | 1010011 | 110010 |
Color Harmonies of #1522E8
Complementary color
Monochromatic Colors of #1522E8
Black with #1522E8
Text Example
Text Example
White with #1522E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522E8; }
p { color: rgb(21,34,232); }
H1.HeaderClassName
{
color: #1522E8;
}
.AnyTagClassName
{
color: #1522E8;
}
</style>
background-color css
<style>
a { background-color: #1522E8; }
a { background-color: rgb(21,34,232); }
div.DivClassName
{
background-color: #1522E8;
}
.BgClassName
{
background-color: #1522E8;
}
</style>
border-color css
<style>
span { border-color: #1522E8; }
span { border-color: rgb(21,34,232); }
td.TdClassName
{
border-color: #1522E8;
}
.TagClassName
{
border-color: #1522E8;
}
</style>