Shades of Blue #1521F8
Tints of Blue #1521F8
RGB
CMYK
RGB Variations
Color information
#1521F8 (or 0x1521F8) is known color: Blue. HEX triplet: 15, 21 and F8. RGB value is (21,33,248). Sum of RGB (Red+Green+Blue) = 21+33+248=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 248 (97.27% from 255 or 82.12% from 302); Max value from RGB is 248 - color contains mainly: blue. Hex color #1521F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521F8 is #EADE07. Grayscale: #353535. Windows color (decimal): -15392264 or 16261397. OLE color: 16261397.
HSL color Cylindrical-coordinate representation of color #1521F8: hue angle of 236.83º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1521F8 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 33 | 248 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.03 |
| HSL | 236.83º | 0.94% | 0.53% | - |
| HSV(B) | 236.83º | 0.92% | 0.97% | - |
| XYZ | 17.8 | 8.02 | 89.42 | - |
| YUV | 53.92 | 237.52 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 248 | 0.92 | 0.87 | 0 | 0.03 | 236.83 | 0.94 | 0.53 |
| Hex | 15 | 21 | F8 | 5C | 57 | 0 | 3 | ED | 5E | 35 |
| Octal | 25 | 41 | 370 | 134 | 127 | 0 | 3 | 355 | 136 | 65 |
| Binary | 10101 | 100001 | 11111000 | 1011100 | 1010111 | 0 | 11 | 11101101 | 1011110 | 110101 |
Color Harmonies of #1521F8
Complementary color
Monochromatic Colors of #1521F8
Black with #1521F8
Text Example
Text Example
White with #1521F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521F8; }
p { color: rgb(21,33,248); }
H1.HeaderClassName
{
color: #1521F8;
}
.AnyTagClassName
{
color: #1521F8;
}
</style>
background-color css
<style>
a { background-color: #1521F8; }
a { background-color: rgb(21,33,248); }
div.DivClassName
{
background-color: #1521F8;
}
.BgClassName
{
background-color: #1521F8;
}
</style>
border-color css
<style>
span { border-color: #1521F8; }
span { border-color: rgb(21,33,248); }
td.TdClassName
{
border-color: #1521F8;
}
.TagClassName
{
border-color: #1521F8;
}
</style>