Shades of Blue #1533FA
Tints of Blue #1533FA
RGB
CMYK
RGB Variations
Color information
#1533FA (or 0x1533FA) is known color: Blue. HEX triplet: 15, 33 and FA. RGB value is (21,51,250). Sum of RGB (Red+Green+Blue) = 21+51+250=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #1533FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1533FA is #EACC05. Grayscale: #3F3F3F. Windows color (decimal): -15387654 or 16397077. OLE color: 16397077.
HSL color Cylindrical-coordinate representation of color #1533FA: hue angle of 232.14º 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 #1533FA is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 51 | 250 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.02 |
| HSL | 232.14º | 0.96% | 0.53% | - |
| HSV(B) | 232.14º | 0.92% | 0.98% | - |
| XYZ | 18.75 | 9.43 | 91.27 | - |
| YUV | 64.72 | 232.56 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 250 | 0.92 | 0.80 | 0 | 0.02 | 232.14 | 0.96 | 0.53 |
| Hex | 15 | 33 | FA | 5C | 50 | 0 | 2 | E8 | 60 | 35 |
| Octal | 25 | 63 | 372 | 134 | 120 | 0 | 2 | 350 | 140 | 65 |
| Binary | 10101 | 110011 | 11111010 | 1011100 | 1010000 | 0 | 10 | 11101000 | 1100000 | 110101 |
Color Harmonies of #1533FA
Complementary color
Monochromatic Colors of #1533FA
Black with #1533FA
Text Example
Text Example
White with #1533FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533FA; }
p { color: rgb(21,51,250); }
H1.HeaderClassName
{
color: #1533FA;
}
.AnyTagClassName
{
color: #1533FA;
}
</style>
background-color css
<style>
a { background-color: #1533FA; }
a { background-color: rgb(21,51,250); }
div.DivClassName
{
background-color: #1533FA;
}
.BgClassName
{
background-color: #1533FA;
}
</style>
border-color css
<style>
span { border-color: #1533FA; }
span { border-color: rgb(21,51,250); }
td.TdClassName
{
border-color: #1533FA;
}
.TagClassName
{
border-color: #1533FA;
}
</style>