Shades of Blue #1531FD
Tints of Blue #1531FD
RGB
CMYK
RGB Variations
Color information
#1531FD (or 0x1531FD) is known color: Blue. HEX triplet: 15, 31 and FD. RGB value is (21,49,253). Sum of RGB (Red+Green+Blue) = 21+49+253=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #1531FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1531FD is #EACE02. Grayscale: #3F3F3F. Windows color (decimal): -15388163 or 16593173. OLE color: 16593173.
HSL color Cylindrical-coordinate representation of color #1531FD: hue angle of 232.76º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1531FD is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 49 | 253 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.01 |
| HSL | 232.76º | 0.98% | 0.54% | - |
| HSV(B) | 232.76º | 0.92% | 0.99% | - |
| XYZ | 19.14 | 9.45 | 93.74 | - |
| YUV | 63.88 | 234.72 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 253 | 0.92 | 0.81 | 0 | 0.01 | 232.76 | 0.98 | 0.54 |
| Hex | 15 | 31 | FD | 5C | 51 | 0 | 1 | E9 | 62 | 36 |
| Octal | 25 | 61 | 375 | 134 | 121 | 0 | 1 | 351 | 142 | 66 |
| Binary | 10101 | 110001 | 11111101 | 1011100 | 1010001 | 0 | 1 | 11101001 | 1100010 | 110110 |
Color Harmonies of #1531FD
Complementary color
Monochromatic Colors of #1531FD
Black with #1531FD
Text Example
Text Example
White with #1531FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1531FD; }
p { color: rgb(21,49,253); }
H1.HeaderClassName
{
color: #1531FD;
}
.AnyTagClassName
{
color: #1531FD;
}
</style>
background-color css
<style>
a { background-color: #1531FD; }
a { background-color: rgb(21,49,253); }
div.DivClassName
{
background-color: #1531FD;
}
.BgClassName
{
background-color: #1531FD;
}
</style>
border-color css
<style>
span { border-color: #1531FD; }
span { border-color: rgb(21,49,253); }
td.TdClassName
{
border-color: #1531FD;
}
.TagClassName
{
border-color: #1531FD;
}
</style>