Shades of Blue #1520F1
Tints of Blue #1520F1
RGB
CMYK
RGB Variations
Color information
#1520F1 (or 0x1520F1) is known color: Blue. HEX triplet: 15, 20 and F1. RGB value is (21,32,241). Sum of RGB (Red+Green+Blue) = 21+32+241=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 241 (94.53% from 255 or 81.97% from 294); Max value from RGB is 241 - color contains mainly: blue. Hex color #1520F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520F1 is #EADF0E. Grayscale: #333333. Windows color (decimal): -15392527 or 15802389. OLE color: 15802389.
HSL color Cylindrical-coordinate representation of color #1520F1: hue angle of 237º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1520F1 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 32 | 241 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.05 |
| HSL | 237º | 0.89% | 0.51% | - |
| HSV(B) | 237º | 0.91% | 0.95% | - |
| XYZ | 16.7 | 7.54 | 83.79 | - |
| YUV | 52.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 241 | 0.91 | 0.87 | 0 | 0.05 | 237 | 0.89 | 0.51 |
| Hex | 15 | 20 | F1 | 5B | 57 | 0 | 5 | ED | 59 | 33 |
| Octal | 25 | 40 | 361 | 133 | 127 | 0 | 5 | 355 | 131 | 63 |
| Binary | 10101 | 100000 | 11110001 | 1011011 | 1010111 | 0 | 101 | 11101101 | 1011001 | 110011 |
Color Harmonies of #1520F1
Complementary color
Monochromatic Colors of #1520F1
Black with #1520F1
Text Example
Text Example
White with #1520F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520F1; }
p { color: rgb(21,32,241); }
H1.HeaderClassName
{
color: #1520F1;
}
.AnyTagClassName
{
color: #1520F1;
}
</style>
background-color css
<style>
a { background-color: #1520F1; }
a { background-color: rgb(21,32,241); }
div.DivClassName
{
background-color: #1520F1;
}
.BgClassName
{
background-color: #1520F1;
}
</style>
border-color css
<style>
span { border-color: #1520F1; }
span { border-color: rgb(21,32,241); }
td.TdClassName
{
border-color: #1520F1;
}
.TagClassName
{
border-color: #1520F1;
}
</style>