Shades of Blue #1520FF
Tints of Blue #1520FF
RGB
CMYK
RGB Variations
Color information
#1520FF (or 0x1520FF) is known color: Blue. HEX triplet: 15, 20 and FF. RGB value is (21,32,255). Sum of RGB (Red+Green+Blue) = 21+32+255=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #1520FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520FF is #EADF00. Grayscale: #353535. Windows color (decimal): -15392513 or 16719893. OLE color: 16719893.
HSL color Cylindrical-coordinate representation of color #1520FF: hue angle of 237.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1520FF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 32 | 255 | - |
| CMYK | 0.92 | 0.87 | 0 | 0 |
| HSL | 237.18º | 1% | 0.54% | - |
| HSV(B) | 237.18º | 0.92% | 1% | - |
| XYZ | 18.88 | 8.41 | 95.24 | - |
| YUV | 54.13 | 241.36 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 255 | 0.92 | 0.87 | 0 | 0 | 237.18 | 1 | 0.54 |
| Hex | 15 | 20 | FF | 5C | 57 | 0 | 0 | ED | 64 | 36 |
| Octal | 25 | 40 | 377 | 134 | 127 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10101 | 100000 | 11111111 | 1011100 | 1010111 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #1520FF
Complementary color
Monochromatic Colors of #1520FF
Black with #1520FF
Text Example
Text Example
White with #1520FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520FF; }
p { color: rgb(21,32,255); }
H1.HeaderClassName
{
color: #1520FF;
}
.AnyTagClassName
{
color: #1520FF;
}
</style>
background-color css
<style>
a { background-color: #1520FF; }
a { background-color: rgb(21,32,255); }
div.DivClassName
{
background-color: #1520FF;
}
.BgClassName
{
background-color: #1520FF;
}
</style>
border-color css
<style>
span { border-color: #1520FF; }
span { border-color: rgb(21,32,255); }
td.TdClassName
{
border-color: #1520FF;
}
.TagClassName
{
border-color: #1520FF;
}
</style>