Shades of Blue #1532FE
Tints of Blue #1532FE
RGB
CMYK
RGB Variations
Color information
#1532FE (or 0x1532FE) is known color: Blue. HEX triplet: 15, 32 and FE. RGB value is (21,50,254). Sum of RGB (Red+Green+Blue) = 21+50+254=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #1532FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1532FE is #EACD01. Grayscale: #3F3F3F. Windows color (decimal): -15387906 or 16658965. OLE color: 16658965.
HSL color Cylindrical-coordinate representation of color #1532FE: hue angle of 232.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1532FE is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 50 | 254 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.00 |
| HSL | 232.53º | 0.99% | 0.54% | - |
| HSV(B) | 232.53º | 0.92% | 1% | - |
| XYZ | 19.34 | 9.6 | 94.6 | - |
| YUV | 64.59 | 234.89 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 254 | 0.92 | 0.80 | 0 | 0.00 | 232.53 | 0.99 | 0.54 |
| Hex | 15 | 32 | FE | 5C | 50 | 0 | 0 | E9 | 63 | 36 |
| Octal | 25 | 62 | 376 | 134 | 120 | 0 | 0 | 351 | 143 | 66 |
| Binary | 10101 | 110010 | 11111110 | 1011100 | 1010000 | 0 | 0 | 11101001 | 1100011 | 110110 |
Color Harmonies of #1532FE
Complementary color
Monochromatic Colors of #1532FE
Black with #1532FE
Text Example
Text Example
White with #1532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1532FE; }
p { color: rgb(21,50,254); }
H1.HeaderClassName
{
color: #1532FE;
}
.AnyTagClassName
{
color: #1532FE;
}
</style>
background-color css
<style>
a { background-color: #1532FE; }
a { background-color: rgb(21,50,254); }
div.DivClassName
{
background-color: #1532FE;
}
.BgClassName
{
background-color: #1532FE;
}
</style>
border-color css
<style>
span { border-color: #1532FE; }
span { border-color: rgb(21,50,254); }
td.TdClassName
{
border-color: #1532FE;
}
.TagClassName
{
border-color: #1532FE;
}
</style>