Shades of Royal Blue #537CE4
Tints of Royal Blue #537CE4
RGB
CMYK
RGB Variations
Color information
#537CE4 (or 0x537CE4) is known color: Royal Blue. HEX triplet: 53, 7C and E4. RGB value is (83,124,228). Sum of RGB (Red+Green+Blue) = 83+124+228=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #537CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CE4 is #AC831B. Grayscale: #7B7B7B. Windows color (decimal): -11305756 or 14974035. OLE color: 14974035.
HSL color Cylindrical-coordinate representation of color #537CE4: hue angle of 223.03º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #537CE4 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 124 | 228 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.11 |
| HSL | 223.03º | 0.73% | 0.61% | - |
| HSV(B) | 223.03º | 0.64% | 0.89% | - |
| XYZ | 24.78 | 21.86 | 76.31 | - |
| YUV | 123.6 | 186.92 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 228 | 0.64 | 0.46 | 0 | 0.11 | 223.03 | 0.73 | 0.61 |
| Hex | 53 | 7C | E4 | 40 | 2E | 0 | B | DF | 49 | 3D |
| Octal | 123 | 174 | 344 | 100 | 56 | 0 | 13 | 337 | 111 | 75 |
| Binary | 1010011 | 1111100 | 11100100 | 1000000 | 101110 | 0 | 1011 | 11011111 | 1001001 | 111101 |
Color Harmonies of #537CE4
Complementary color
Monochromatic Colors of #537CE4
Black with #537CE4
Text Example
Text Example
White with #537CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CE4; }
p { color: rgb(83,124,228); }
H1.HeaderClassName
{
color: #537CE4;
}
.AnyTagClassName
{
color: #537CE4;
}
</style>
background-color css
<style>
a { background-color: #537CE4; }
a { background-color: rgb(83,124,228); }
div.DivClassName
{
background-color: #537CE4;
}
.BgClassName
{
background-color: #537CE4;
}
</style>
border-color css
<style>
span { border-color: #537CE4; }
span { border-color: rgb(83,124,228); }
td.TdClassName
{
border-color: #537CE4;
}
.TagClassName
{
border-color: #537CE4;
}
</style>