Shades of Medium Blue #1522E4
Tints of Medium Blue #1522E4
RGB
CMYK
RGB Variations
Color information
#1522E4 (or 0x1522E4) is known color: Medium Blue. HEX triplet: 15, 22 and E4. RGB value is (21,34,228). Sum of RGB (Red+Green+Blue) = 21+34+228=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 228 (89.45% from 255 or 80.57% from 283); Max value from RGB is 228 - color contains mainly: blue. Hex color #1522E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522E4 is #EADD1B. Grayscale: #333333. Windows color (decimal): -15392028 or 14950933. OLE color: 14950933.
HSL color Cylindrical-coordinate representation of color #1522E4: hue angle of 236.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1522E4 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 34 | 228 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.11 |
| HSL | 236.23º | 0.83% | 0.49% | - |
| HSV(B) | 236.23º | 0.91% | 0.89% | - |
| XYZ | 14.88 | 6.9 | 73.95 | - |
| YUV | 52.23 | 227.19 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 228 | 0.91 | 0.85 | 0 | 0.11 | 236.23 | 0.83 | 0.49 |
| Hex | 15 | 22 | E4 | 5B | 55 | 0 | B | EC | 53 | 31 |
| Octal | 25 | 42 | 344 | 133 | 125 | 0 | 13 | 354 | 123 | 61 |
| Binary | 10101 | 100010 | 11100100 | 1011011 | 1010101 | 0 | 1011 | 11101100 | 1010011 | 110001 |
Color Harmonies of #1522E4
Complementary color
Monochromatic Colors of #1522E4
Black with #1522E4
Text Example
Text Example
White with #1522E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522E4; }
p { color: rgb(21,34,228); }
H1.HeaderClassName
{
color: #1522E4;
}
.AnyTagClassName
{
color: #1522E4;
}
</style>
background-color css
<style>
a { background-color: #1522E4; }
a { background-color: rgb(21,34,228); }
div.DivClassName
{
background-color: #1522E4;
}
.BgClassName
{
background-color: #1522E4;
}
</style>
border-color css
<style>
span { border-color: #1522E4; }
span { border-color: rgb(21,34,228); }
td.TdClassName
{
border-color: #1522E4;
}
.TagClassName
{
border-color: #1522E4;
}
</style>