Shades of Blue #1520EF
Tints of Blue #1520EF
RGB
CMYK
RGB Variations
Color information
#1520EF (or 0x1520EF) is known color: Blue. HEX triplet: 15, 20 and EF. RGB value is (21,32,239). Sum of RGB (Red+Green+Blue) = 21+32+239=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #1520EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520EF is #EADF10. Grayscale: #333333. Windows color (decimal): -15392529 or 15671317. OLE color: 15671317.
HSL color Cylindrical-coordinate representation of color #1520EF: hue angle of 236.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1520EF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 32 | 239 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.06 |
| HSL | 236.97º | 0.87% | 0.51% | - |
| HSV(B) | 236.97º | 0.91% | 0.94% | - |
| XYZ | 16.41 | 7.42 | 82.23 | - |
| YUV | 52.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 239 | 0.91 | 0.87 | 0 | 0.06 | 236.97 | 0.87 | 0.51 |
| Hex | 15 | 20 | EF | 5B | 57 | 0 | 6 | ED | 57 | 33 |
| Octal | 25 | 40 | 357 | 133 | 127 | 0 | 6 | 355 | 127 | 63 |
| Binary | 10101 | 100000 | 11101111 | 1011011 | 1010111 | 0 | 110 | 11101101 | 1010111 | 110011 |
Color Harmonies of #1520EF
Complementary color
Monochromatic Colors of #1520EF
Black with #1520EF
Text Example
Text Example
White with #1520EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520EF; }
p { color: rgb(21,32,239); }
H1.HeaderClassName
{
color: #1520EF;
}
.AnyTagClassName
{
color: #1520EF;
}
</style>
background-color css
<style>
a { background-color: #1520EF; }
a { background-color: rgb(21,32,239); }
div.DivClassName
{
background-color: #1520EF;
}
.BgClassName
{
background-color: #1520EF;
}
</style>
border-color css
<style>
span { border-color: #1520EF; }
span { border-color: rgb(21,32,239); }
td.TdClassName
{
border-color: #1520EF;
}
.TagClassName
{
border-color: #1520EF;
}
</style>