Shades of Blue #1520EA
Tints of Blue #1520EA
RGB
CMYK
RGB Variations
Color information
#1520EA (or 0x1520EA) is known color: Blue. HEX triplet: 15, 20 and EA. RGB value is (21,32,234). Sum of RGB (Red+Green+Blue) = 21+32+234=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #1520EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520EA is #EADF15. Grayscale: #323232. Windows color (decimal): -15392534 or 15343637. OLE color: 15343637.
HSL color Cylindrical-coordinate representation of color #1520EA: hue angle of 236.9º 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 #1520EA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 32 | 234 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.08 |
| HSL | 236.9º | 0.84% | 0.5% | - |
| HSV(B) | 236.9º | 0.91% | 0.92% | - |
| XYZ | 15.68 | 7.13 | 78.39 | - |
| YUV | 51.74 | 230.86 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 234 | 0.91 | 0.86 | 0 | 0.08 | 236.9 | 0.84 | 0.5 |
| Hex | 15 | 20 | EA | 5B | 56 | 0 | 8 | ED | 54 | 32 |
| Octal | 25 | 40 | 352 | 133 | 126 | 0 | 10 | 355 | 124 | 62 |
| Binary | 10101 | 100000 | 11101010 | 1011011 | 1010110 | 0 | 1000 | 11101101 | 1010100 | 110010 |
Color Harmonies of #1520EA
Complementary color
Monochromatic Colors of #1520EA
Black with #1520EA
Text Example
Text Example
White with #1520EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520EA; }
p { color: rgb(21,32,234); }
H1.HeaderClassName
{
color: #1520EA;
}
.AnyTagClassName
{
color: #1520EA;
}
</style>
background-color css
<style>
a { background-color: #1520EA; }
a { background-color: rgb(21,32,234); }
div.DivClassName
{
background-color: #1520EA;
}
.BgClassName
{
background-color: #1520EA;
}
</style>
border-color css
<style>
span { border-color: #1520EA; }
span { border-color: rgb(21,32,234); }
td.TdClassName
{
border-color: #1520EA;
}
.TagClassName
{
border-color: #1520EA;
}
</style>