Shades of Blue #1521FA
Tints of Blue #1521FA
RGB
CMYK
RGB Variations
Color information
#1521FA (or 0x1521FA) is known color: Blue. HEX triplet: 15, 21 and FA. RGB value is (21,33,250). Sum of RGB (Red+Green+Blue) = 21+33+250=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #1521FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521FA is #EADE05. Grayscale: #353535. Windows color (decimal): -15392262 or 16392469. OLE color: 16392469.
HSL color Cylindrical-coordinate representation of color #1521FA: hue angle of 236.86º degrees, saturation: 0.96, 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 #1521FA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 33 | 250 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.02 |
| HSL | 236.86º | 0.96% | 0.53% | - |
| HSV(B) | 236.86º | 0.92% | 0.98% | - |
| XYZ | 18.11 | 8.15 | 91.06 | - |
| YUV | 54.15 | 238.52 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 250 | 0.92 | 0.87 | 0 | 0.02 | 236.86 | 0.96 | 0.53 |
| Hex | 15 | 21 | FA | 5C | 57 | 0 | 2 | ED | 60 | 35 |
| Octal | 25 | 41 | 372 | 134 | 127 | 0 | 2 | 355 | 140 | 65 |
| Binary | 10101 | 100001 | 11111010 | 1011100 | 1010111 | 0 | 10 | 11101101 | 1100000 | 110101 |
Color Harmonies of #1521FA
Complementary color
Monochromatic Colors of #1521FA
Black with #1521FA
Text Example
Text Example
White with #1521FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521FA; }
p { color: rgb(21,33,250); }
H1.HeaderClassName
{
color: #1521FA;
}
.AnyTagClassName
{
color: #1521FA;
}
</style>
background-color css
<style>
a { background-color: #1521FA; }
a { background-color: rgb(21,33,250); }
div.DivClassName
{
background-color: #1521FA;
}
.BgClassName
{
background-color: #1521FA;
}
</style>
border-color css
<style>
span { border-color: #1521FA; }
span { border-color: rgb(21,33,250); }
td.TdClassName
{
border-color: #1521FA;
}
.TagClassName
{
border-color: #1521FA;
}
</style>