Shades of Royal Blue #537FE1
Tints of Royal Blue #537FE1
RGB
CMYK
RGB Variations
Color information
#537FE1 (or 0x537FE1) is known color: Royal Blue. HEX triplet: 53, 7F and E1. RGB value is (83,127,225). Sum of RGB (Red+Green+Blue) = 83+127+225=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #537FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FE1 is #AC801E. Grayscale: #7C7C7C. Windows color (decimal): -11304991 or 14778195. OLE color: 14778195.
HSL color Cylindrical-coordinate representation of color #537FE1: hue angle of 221.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537FE1 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 127 | 225 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.12 |
| HSL | 221.41º | 0.7% | 0.6% | - |
| HSV(B) | 221.41º | 0.63% | 0.88% | - |
| XYZ | 24.75 | 22.45 | 74.26 | - |
| YUV | 125.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 225 | 0.63 | 0.44 | 0 | 0.12 | 221.41 | 0.7 | 0.6 |
| Hex | 53 | 7F | E1 | 3F | 2C | 0 | C | DD | 46 | 3C |
| Octal | 123 | 177 | 341 | 77 | 54 | 0 | 14 | 335 | 106 | 74 |
| Binary | 1010011 | 1111111 | 11100001 | 111111 | 101100 | 0 | 1100 | 11011101 | 1000110 | 111100 |
Color Harmonies of #537FE1
Complementary color
Monochromatic Colors of #537FE1
Black with #537FE1
Text Example
Text Example
White with #537FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FE1; }
p { color: rgb(83,127,225); }
H1.HeaderClassName
{
color: #537FE1;
}
.AnyTagClassName
{
color: #537FE1;
}
</style>
background-color css
<style>
a { background-color: #537FE1; }
a { background-color: rgb(83,127,225); }
div.DivClassName
{
background-color: #537FE1;
}
.BgClassName
{
background-color: #537FE1;
}
</style>
border-color css
<style>
span { border-color: #537FE1; }
span { border-color: rgb(83,127,225); }
td.TdClassName
{
border-color: #537FE1;
}
.TagClassName
{
border-color: #537FE1;
}
</style>