Shades of Blue #0531FD
Tints of Blue #0531FD
RGB
CMYK
RGB Variations
Color information
#0531FD (or 0x0531FD) is known color: Blue. HEX triplet: 05, 31 and FD. RGB value is (5,49,253). Sum of RGB (Red+Green+Blue) = 5+49+253=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #0531FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0531FD is #FACE02. Grayscale: #3A3A3A. Windows color (decimal): -16436739 or 16593157. OLE color: 16593157.
HSL color Cylindrical-coordinate representation of color #0531FD: hue angle of 229.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531FD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 49 | 253 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.35º | 0.98% | 0.51% | - |
| HSV(B) | 229.35º | 0.98% | 0.99% | - |
| XYZ | 18.89 | 9.32 | 93.73 | - |
| YUV | 59.1 | 237.42 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 253 | 0.98 | 0.81 | 0 | 0.01 | 229.35 | 0.98 | 0.51 |
| Hex | 5 | 31 | FD | 62 | 51 | 0 | 1 | E5 | 62 | 33 |
| Octal | 5 | 61 | 375 | 142 | 121 | 0 | 1 | 345 | 142 | 63 |
| Binary | 101 | 110001 | 11111101 | 1100010 | 1010001 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0531FD
Complementary color
Monochromatic Colors of #0531FD
Black with #0531FD
Text Example
Text Example
White with #0531FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531FD; }
p { color: rgb(5,49,253); }
H1.HeaderClassName
{
color: #0531FD;
}
.AnyTagClassName
{
color: #0531FD;
}
</style>
background-color css
<style>
a { background-color: #0531FD; }
a { background-color: rgb(5,49,253); }
div.DivClassName
{
background-color: #0531FD;
}
.BgClassName
{
background-color: #0531FD;
}
</style>
border-color css
<style>
span { border-color: #0531FD; }
span { border-color: rgb(5,49,253); }
td.TdClassName
{
border-color: #0531FD;
}
.TagClassName
{
border-color: #0531FD;
}
</style>