Shades of Royal Blue #537EE3
Tints of Royal Blue #537EE3
RGB
CMYK
RGB Variations
Color information
#537EE3 (or 0x537EE3) is known color: Royal Blue. HEX triplet: 53, 7E and E3. RGB value is (83,126,227). Sum of RGB (Red+Green+Blue) = 83+126+227=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #537EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EE3 is #AC811C. Grayscale: #7C7C7C. Windows color (decimal): -11305245 or 14909011. OLE color: 14909011.
HSL color Cylindrical-coordinate representation of color #537EE3: hue angle of 222.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537EE3 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 126 | 227 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.11 |
| HSL | 222.08º | 0.72% | 0.61% | - |
| HSV(B) | 222.08º | 0.63% | 0.89% | - |
| XYZ | 24.89 | 22.31 | 75.67 | - |
| YUV | 124.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 227 | 0.63 | 0.44 | 0 | 0.11 | 222.08 | 0.72 | 0.61 |
| Hex | 53 | 7E | E3 | 3F | 2C | 0 | B | DE | 48 | 3D |
| Octal | 123 | 176 | 343 | 77 | 54 | 0 | 13 | 336 | 110 | 75 |
| Binary | 1010011 | 1111110 | 11100011 | 111111 | 101100 | 0 | 1011 | 11011110 | 1001000 | 111101 |
Color Harmonies of #537EE3
Complementary color
Monochromatic Colors of #537EE3
Black with #537EE3
Text Example
Text Example
White with #537EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537EE3; }
p { color: rgb(83,126,227); }
H1.HeaderClassName
{
color: #537EE3;
}
.AnyTagClassName
{
color: #537EE3;
}
</style>
background-color css
<style>
a { background-color: #537EE3; }
a { background-color: rgb(83,126,227); }
div.DivClassName
{
background-color: #537EE3;
}
.BgClassName
{
background-color: #537EE3;
}
</style>
border-color css
<style>
span { border-color: #537EE3; }
span { border-color: rgb(83,126,227); }
td.TdClassName
{
border-color: #537EE3;
}
.TagClassName
{
border-color: #537EE3;
}
</style>