Shades of Blue #1522EA
Tints of Blue #1522EA
RGB
CMYK
RGB Variations
Color information
#1522EA (or 0x1522EA) is known color: Blue. HEX triplet: 15, 22 and EA. RGB value is (21,34,234). Sum of RGB (Red+Green+Blue) = 21+34+234=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #1522EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1522EA is #EADD15. Grayscale: #343434. Windows color (decimal): -15392022 or 15344149. OLE color: 15344149.
HSL color Cylindrical-coordinate representation of color #1522EA: hue angle of 236.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1522EA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 34 | 234 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.08 |
| HSL | 236.34º | 0.84% | 0.5% | - |
| HSV(B) | 236.34º | 0.91% | 0.92% | - |
| XYZ | 15.73 | 7.24 | 78.41 | - |
| YUV | 52.91 | 230.19 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 234 | 0.91 | 0.85 | 0 | 0.08 | 236.34 | 0.84 | 0.5 |
| Hex | 15 | 22 | EA | 5B | 55 | 0 | 8 | EC | 54 | 32 |
| Octal | 25 | 42 | 352 | 133 | 125 | 0 | 10 | 354 | 124 | 62 |
| Binary | 10101 | 100010 | 11101010 | 1011011 | 1010101 | 0 | 1000 | 11101100 | 1010100 | 110010 |
Color Harmonies of #1522EA
Complementary color
Monochromatic Colors of #1522EA
Black with #1522EA
Text Example
Text Example
White with #1522EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522EA; }
p { color: rgb(21,34,234); }
H1.HeaderClassName
{
color: #1522EA;
}
.AnyTagClassName
{
color: #1522EA;
}
</style>
background-color css
<style>
a { background-color: #1522EA; }
a { background-color: rgb(21,34,234); }
div.DivClassName
{
background-color: #1522EA;
}
.BgClassName
{
background-color: #1522EA;
}
</style>
border-color css
<style>
span { border-color: #1522EA; }
span { border-color: rgb(21,34,234); }
td.TdClassName
{
border-color: #1522EA;
}
.TagClassName
{
border-color: #1522EA;
}
</style>