Shades of Blue #0532FE
Tints of Blue #0532FE
RGB
CMYK
RGB Variations
Color information
#0532FE (or 0x0532FE) is known color: Blue. HEX triplet: 05, 32 and FE. RGB value is (5,50,254). Sum of RGB (Red+Green+Blue) = 5+50+254=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #0532FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0532FE is #FACD01. Grayscale: #3A3A3A. Windows color (decimal): -16436482 or 16658949. OLE color: 16658949.
HSL color Cylindrical-coordinate representation of color #0532FE: hue angle of 229.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0532FE is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 50 | 254 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.00 |
| HSL | 229.16º | 0.99% | 0.51% | - |
| HSV(B) | 229.16º | 0.98% | 1% | - |
| XYZ | 19.09 | 9.47 | 94.59 | - |
| YUV | 59.8 | 237.59 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 254 | 0.98 | 0.80 | 0 | 0.00 | 229.16 | 0.99 | 0.51 |
| Hex | 5 | 32 | FE | 62 | 50 | 0 | 0 | E5 | 63 | 33 |
| Octal | 5 | 62 | 376 | 142 | 120 | 0 | 0 | 345 | 143 | 63 |
| Binary | 101 | 110010 | 11111110 | 1100010 | 1010000 | 0 | 0 | 11100101 | 1100011 | 110011 |
Color Harmonies of #0532FE
Complementary color
Monochromatic Colors of #0532FE
Black with #0532FE
Text Example
Text Example
White with #0532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0532FE; }
p { color: rgb(5,50,254); }
H1.HeaderClassName
{
color: #0532FE;
}
.AnyTagClassName
{
color: #0532FE;
}
</style>
background-color css
<style>
a { background-color: #0532FE; }
a { background-color: rgb(5,50,254); }
div.DivClassName
{
background-color: #0532FE;
}
.BgClassName
{
background-color: #0532FE;
}
</style>
border-color css
<style>
span { border-color: #0532FE; }
span { border-color: rgb(5,50,254); }
td.TdClassName
{
border-color: #0532FE;
}
.TagClassName
{
border-color: #0532FE;
}
</style>