Shades of Blue #1531FF
Tints of Blue #1531FF
RGB
CMYK
RGB Variations
Color information
#1531FF (or 0x1531FF) is known color: Blue. HEX triplet: 15, 31 and FF. RGB value is (21,49,255). Sum of RGB (Red+Green+Blue) = 21+49+255=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1531FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1531FF is #EACE00. Grayscale: #3F3F3F. Windows color (decimal): -15388161 or 16724245. OLE color: 16724245.
HSL color Cylindrical-coordinate representation of color #1531FF: hue angle of 232.82º 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 #1531FF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 49 | 255 | - |
| CMYK | 0.92 | 0.81 | 0 | 0 |
| HSL | 232.82º | 1% | 0.54% | - |
| HSV(B) | 232.82º | 0.92% | 1% | - |
| XYZ | 19.46 | 9.58 | 95.43 | - |
| YUV | 64.11 | 235.72 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 255 | 0.92 | 0.81 | 0 | 0 | 232.82 | 1 | 0.54 |
| Hex | 15 | 31 | FF | 5C | 51 | 0 | 0 | E9 | 64 | 36 |
| Octal | 25 | 61 | 377 | 134 | 121 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10101 | 110001 | 11111111 | 1011100 | 1010001 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #1531FF
Complementary color
Monochromatic Colors of #1531FF
Black with #1531FF
Text Example
Text Example
White with #1531FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1531FF; }
p { color: rgb(21,49,255); }
H1.HeaderClassName
{
color: #1531FF;
}
.AnyTagClassName
{
color: #1531FF;
}
</style>
background-color css
<style>
a { background-color: #1531FF; }
a { background-color: rgb(21,49,255); }
div.DivClassName
{
background-color: #1531FF;
}
.BgClassName
{
background-color: #1531FF;
}
</style>
border-color css
<style>
span { border-color: #1531FF; }
span { border-color: rgb(21,49,255); }
td.TdClassName
{
border-color: #1531FF;
}
.TagClassName
{
border-color: #1531FF;
}
</style>