Shades of Blue #0531FF
Tints of Blue #0531FF
RGB
CMYK
RGB Variations
Color information
#0531FF (or 0x0531FF) is known color: Blue. HEX triplet: 05, 31 and FF. RGB value is (5,49,255). Sum of RGB (Red+Green+Blue) = 5+49+255=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #0531FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0531FF is #FACE00. Grayscale: #3A3A3A. Windows color (decimal): -16436737 or 16724229. OLE color: 16724229.
HSL color Cylindrical-coordinate representation of color #0531FF: hue angle of 229.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531FF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 49 | 255 | - |
| CMYK | 0.98 | 0.81 | 0 | 0 |
| HSL | 229.44º | 1% | 0.51% | - |
| HSV(B) | 229.44º | 0.98% | 1% | - |
| XYZ | 19.21 | 9.45 | 95.42 | - |
| YUV | 59.33 | 238.42 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 255 | 0.98 | 0.81 | 0 | 0 | 229.44 | 1 | 0.51 |
| Hex | 5 | 31 | FF | 62 | 51 | 0 | 0 | E5 | 64 | 33 |
| Octal | 5 | 61 | 377 | 142 | 121 | 0 | 0 | 345 | 144 | 63 |
| Binary | 101 | 110001 | 11111111 | 1100010 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110011 |
Color Harmonies of #0531FF
Complementary color
Monochromatic Colors of #0531FF
Black with #0531FF
Text Example
Text Example
White with #0531FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531FF; }
p { color: rgb(5,49,255); }
H1.HeaderClassName
{
color: #0531FF;
}
.AnyTagClassName
{
color: #0531FF;
}
</style>
background-color css
<style>
a { background-color: #0531FF; }
a { background-color: rgb(5,49,255); }
div.DivClassName
{
background-color: #0531FF;
}
.BgClassName
{
background-color: #0531FF;
}
</style>
border-color css
<style>
span { border-color: #0531FF; }
span { border-color: rgb(5,49,255); }
td.TdClassName
{
border-color: #0531FF;
}
.TagClassName
{
border-color: #0531FF;
}
</style>