Shades of Blue #0531FE
Tints of Blue #0531FE
RGB
CMYK
RGB Variations
Color information
#0531FE (or 0x0531FE) is known color: Blue. HEX triplet: 05, 31 and FE. RGB value is (5,49,254). Sum of RGB (Red+Green+Blue) = 5+49+254=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 254 (99.61% from 255 or 82.47% from 308); Max value from RGB is 254 - color contains mainly: blue. Hex color #0531FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0531FE is #FACE01. Grayscale: #3A3A3A. Windows color (decimal): -16436738 or 16658693. OLE color: 16658693.
HSL color Cylindrical-coordinate representation of color #0531FE: hue angle of 229.4º 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 #0531FE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 49 | 254 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.00 |
| HSL | 229.4º | 0.99% | 0.51% | - |
| HSV(B) | 229.4º | 0.98% | 1% | - |
| XYZ | 19.05 | 9.38 | 94.57 | - |
| YUV | 59.21 | 237.92 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 254 | 0.98 | 0.81 | 0 | 0.00 | 229.4 | 0.99 | 0.51 |
| Hex | 5 | 31 | FE | 62 | 51 | 0 | 0 | E5 | 63 | 33 |
| Octal | 5 | 61 | 376 | 142 | 121 | 0 | 0 | 345 | 143 | 63 |
| Binary | 101 | 110001 | 11111110 | 1100010 | 1010001 | 0 | 0 | 11100101 | 1100011 | 110011 |
Color Harmonies of #0531FE
Complementary color
Monochromatic Colors of #0531FE
Black with #0531FE
Text Example
Text Example
White with #0531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531FE; }
p { color: rgb(5,49,254); }
H1.HeaderClassName
{
color: #0531FE;
}
.AnyTagClassName
{
color: #0531FE;
}
</style>
background-color css
<style>
a { background-color: #0531FE; }
a { background-color: rgb(5,49,254); }
div.DivClassName
{
background-color: #0531FE;
}
.BgClassName
{
background-color: #0531FE;
}
</style>
border-color css
<style>
span { border-color: #0531FE; }
span { border-color: rgb(5,49,254); }
td.TdClassName
{
border-color: #0531FE;
}
.TagClassName
{
border-color: #0531FE;
}
</style>