Shades of Blue #0537FE
Tints of Blue #0537FE
RGB
CMYK
RGB Variations
Color information
#0537FE (or 0x0537FE) is known color: Blue. HEX triplet: 05, 37 and FE. RGB value is (5,55,254). Sum of RGB (Red+Green+Blue) = 5+55+254=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #0537FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0537FE is #FAC801. Grayscale: #3D3D3D. Windows color (decimal): -16435202 or 16660229. OLE color: 16660229.
HSL color Cylindrical-coordinate representation of color #0537FE: hue angle of 227.95º 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 #0537FE is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 55 | 254 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.00 |
| HSL | 227.95º | 0.99% | 0.51% | - |
| HSV(B) | 227.95º | 0.98% | 1% | - |
| XYZ | 19.32 | 9.92 | 94.66 | - |
| YUV | 62.74 | 235.94 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 254 | 0.98 | 0.78 | 0 | 0.00 | 227.95 | 0.99 | 0.51 |
| Hex | 5 | 37 | FE | 62 | 4E | 0 | 0 | E4 | 63 | 33 |
| Octal | 5 | 67 | 376 | 142 | 116 | 0 | 0 | 344 | 143 | 63 |
| Binary | 101 | 110111 | 11111110 | 1100010 | 1001110 | 0 | 0 | 11100100 | 1100011 | 110011 |
Color Harmonies of #0537FE
Complementary color
Monochromatic Colors of #0537FE
Black with #0537FE
Text Example
Text Example
White with #0537FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537FE; }
p { color: rgb(5,55,254); }
H1.HeaderClassName
{
color: #0537FE;
}
.AnyTagClassName
{
color: #0537FE;
}
</style>
background-color css
<style>
a { background-color: #0537FE; }
a { background-color: rgb(5,55,254); }
div.DivClassName
{
background-color: #0537FE;
}
.BgClassName
{
background-color: #0537FE;
}
</style>
border-color css
<style>
span { border-color: #0537FE; }
span { border-color: rgb(5,55,254); }
td.TdClassName
{
border-color: #0537FE;
}
.TagClassName
{
border-color: #0537FE;
}
</style>