Shades of Blue #1533FF
Tints of Blue #1533FF
RGB
CMYK
RGB Variations
Color information
#1533FF (or 0x1533FF) is known color: Blue. HEX triplet: 15, 33 and FF. RGB value is (21,51,255). Sum of RGB (Red+Green+Blue) = 21+51+255=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #1533FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1533FF is #EACC00. Grayscale: #404040. Windows color (decimal): -15387649 or 16724757. OLE color: 16724757.
HSL color Cylindrical-coordinate representation of color #1533FF: hue angle of 232.31º 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 #1533FF is Cyan = 0.92, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 51 | 255 | - |
| CMYK | 0.92 | 0.8 | 0 | 0 |
| HSL | 232.31º | 1% | 0.54% | - |
| HSV(B) | 232.31º | 0.92% | 1% | - |
| XYZ | 19.54 | 9.75 | 95.46 | - |
| YUV | 65.29 | 235.06 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 255 | 0.92 | 0.8 | 0 | 0 | 232.31 | 1 | 0.54 |
| Hex | 15 | 33 | FF | 5C | 50 | 0 | 0 | E8 | 64 | 36 |
| Octal | 25 | 63 | 377 | 134 | 120 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10101 | 110011 | 11111111 | 1011100 | 1010000 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1533FF
Complementary color
Monochromatic Colors of #1533FF
Black with #1533FF
Text Example
Text Example
White with #1533FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533FF; }
p { color: rgb(21,51,255); }
H1.HeaderClassName
{
color: #1533FF;
}
.AnyTagClassName
{
color: #1533FF;
}
</style>
background-color css
<style>
a { background-color: #1533FF; }
a { background-color: rgb(21,51,255); }
div.DivClassName
{
background-color: #1533FF;
}
.BgClassName
{
background-color: #1533FF;
}
</style>
border-color css
<style>
span { border-color: #1533FF; }
span { border-color: rgb(21,51,255); }
td.TdClassName
{
border-color: #1533FF;
}
.TagClassName
{
border-color: #1533FF;
}
</style>