Shades of Blue #1521F9
Tints of Blue #1521F9
RGB
CMYK
RGB Variations
Color information
#1521F9 (or 0x1521F9) is known color: Blue. HEX triplet: 15, 21 and F9. RGB value is (21,33,249). Sum of RGB (Red+Green+Blue) = 21+33+249=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 249 (97.66% from 255 or 82.18% from 303); Max value from RGB is 249 - color contains mainly: blue. Hex color #1521F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521F9 is #EADE06. Grayscale: #353535. Windows color (decimal): -15392263 or 16326933. OLE color: 16326933.
HSL color Cylindrical-coordinate representation of color #1521F9: hue angle of 236.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1521F9 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 33 | 249 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.02 |
| HSL | 236.84º | 0.95% | 0.53% | - |
| HSV(B) | 236.84º | 0.92% | 0.98% | - |
| XYZ | 17.95 | 8.09 | 90.24 | - |
| YUV | 54.04 | 238.02 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 249 | 0.92 | 0.87 | 0 | 0.02 | 236.84 | 0.95 | 0.53 |
| Hex | 15 | 21 | F9 | 5C | 57 | 0 | 2 | ED | 5F | 35 |
| Octal | 25 | 41 | 371 | 134 | 127 | 0 | 2 | 355 | 137 | 65 |
| Binary | 10101 | 100001 | 11111001 | 1011100 | 1010111 | 0 | 10 | 11101101 | 1011111 | 110101 |
Color Harmonies of #1521F9
Complementary color
Monochromatic Colors of #1521F9
Black with #1521F9
Text Example
Text Example
White with #1521F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521F9; }
p { color: rgb(21,33,249); }
H1.HeaderClassName
{
color: #1521F9;
}
.AnyTagClassName
{
color: #1521F9;
}
</style>
background-color css
<style>
a { background-color: #1521F9; }
a { background-color: rgb(21,33,249); }
div.DivClassName
{
background-color: #1521F9;
}
.BgClassName
{
background-color: #1521F9;
}
</style>
border-color css
<style>
span { border-color: #1521F9; }
span { border-color: rgb(21,33,249); }
td.TdClassName
{
border-color: #1521F9;
}
.TagClassName
{
border-color: #1521F9;
}
</style>