Shades of Blue #1521FF
Tints of Blue #1521FF
RGB
CMYK
RGB Variations
Color information
#1521FF (or 0x1521FF) is known color: Blue. HEX triplet: 15, 21 and FF. RGB value is (21,33,255). Sum of RGB (Red+Green+Blue) = 21+33+255=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1521FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521FF is #EADE00. Grayscale: #353535. Windows color (decimal): -15392257 or 16720149. OLE color: 16720149.
HSL color Cylindrical-coordinate representation of color #1521FF: hue angle of 236.92º 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 #1521FF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 33 | 255 | - |
| CMYK | 0.92 | 0.87 | 0 | 0 |
| HSL | 236.92º | 1% | 0.54% | - |
| HSV(B) | 236.92º | 0.92% | 1% | - |
| XYZ | 18.9 | 8.47 | 95.25 | - |
| YUV | 54.72 | 241.02 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 255 | 0.92 | 0.87 | 0 | 0 | 236.92 | 1 | 0.54 |
| Hex | 15 | 21 | FF | 5C | 57 | 0 | 0 | ED | 64 | 36 |
| Octal | 25 | 41 | 377 | 134 | 127 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10101 | 100001 | 11111111 | 1011100 | 1010111 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #1521FF
Complementary color
Monochromatic Colors of #1521FF
Black with #1521FF
Text Example
Text Example
White with #1521FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521FF; }
p { color: rgb(21,33,255); }
H1.HeaderClassName
{
color: #1521FF;
}
.AnyTagClassName
{
color: #1521FF;
}
</style>
background-color css
<style>
a { background-color: #1521FF; }
a { background-color: rgb(21,33,255); }
div.DivClassName
{
background-color: #1521FF;
}
.BgClassName
{
background-color: #1521FF;
}
</style>
border-color css
<style>
span { border-color: #1521FF; }
span { border-color: rgb(21,33,255); }
td.TdClassName
{
border-color: #1521FF;
}
.TagClassName
{
border-color: #1521FF;
}
</style>