Shades of Royal Blue #537CEE
Tints of Royal Blue #537CEE
RGB
CMYK
RGB Variations
Color information
#537CEE (or 0x537CEE) is known color: Royal Blue. HEX triplet: 53, 7C and EE. RGB value is (83,124,238). Sum of RGB (Red+Green+Blue) = 83+124+238=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #537CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CEE is #AC8311. Grayscale: #7C7C7C. Windows color (decimal): -11305746 or 15629395. OLE color: 15629395.
HSL color Cylindrical-coordinate representation of color #537CEE: hue angle of 224.13º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537CEE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 124 | 238 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.07 |
| HSL | 224.13º | 0.82% | 0.63% | - |
| HSV(B) | 224.13º | 0.65% | 0.93% | - |
| XYZ | 26.21 | 22.43 | 83.84 | - |
| YUV | 124.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 238 | 0.65 | 0.48 | 0 | 0.07 | 224.13 | 0.82 | 0.63 |
| Hex | 53 | 7C | EE | 41 | 30 | 0 | 7 | E0 | 52 | 3F |
| Octal | 123 | 174 | 356 | 101 | 60 | 0 | 7 | 340 | 122 | 77 |
| Binary | 1010011 | 1111100 | 11101110 | 1000001 | 110000 | 0 | 111 | 11100000 | 1010010 | 111111 |
Color Harmonies of #537CEE
Complementary color
Monochromatic Colors of #537CEE
Black with #537CEE
Text Example
Text Example
White with #537CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CEE; }
p { color: rgb(83,124,238); }
H1.HeaderClassName
{
color: #537CEE;
}
.AnyTagClassName
{
color: #537CEE;
}
</style>
background-color css
<style>
a { background-color: #537CEE; }
a { background-color: rgb(83,124,238); }
div.DivClassName
{
background-color: #537CEE;
}
.BgClassName
{
background-color: #537CEE;
}
</style>
border-color css
<style>
span { border-color: #537CEE; }
span { border-color: rgb(83,124,238); }
td.TdClassName
{
border-color: #537CEE;
}
.TagClassName
{
border-color: #537CEE;
}
</style>