Shades of Royal Blue #537BEE
Tints of Royal Blue #537BEE
RGB
CMYK
RGB Variations
Color information
#537BEE (or 0x537BEE) is known color: Royal Blue. HEX triplet: 53, 7B and EE. RGB value is (83,123,238). Sum of RGB (Red+Green+Blue) = 83+123+238=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #537BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BEE is #AC8411. Grayscale: #7B7B7B. Windows color (decimal): -11306002 or 15629139. OLE color: 15629139.
HSL color Cylindrical-coordinate representation of color #537BEE: hue angle of 224.52º 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 #537BEE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 123 | 238 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.07 |
| HSL | 224.52º | 0.82% | 0.63% | - |
| HSV(B) | 224.52º | 0.65% | 0.93% | - |
| XYZ | 26.08 | 22.18 | 83.79 | - |
| YUV | 124.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 238 | 0.65 | 0.48 | 0 | 0.07 | 224.52 | 0.82 | 0.63 |
| Hex | 53 | 7B | EE | 41 | 30 | 0 | 7 | E1 | 52 | 3F |
| Octal | 123 | 173 | 356 | 101 | 60 | 0 | 7 | 341 | 122 | 77 |
| Binary | 1010011 | 1111011 | 11101110 | 1000001 | 110000 | 0 | 111 | 11100001 | 1010010 | 111111 |
Color Harmonies of #537BEE
Complementary color
Monochromatic Colors of #537BEE
Black with #537BEE
Text Example
Text Example
White with #537BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BEE; }
p { color: rgb(83,123,238); }
H1.HeaderClassName
{
color: #537BEE;
}
.AnyTagClassName
{
color: #537BEE;
}
</style>
background-color css
<style>
a { background-color: #537BEE; }
a { background-color: rgb(83,123,238); }
div.DivClassName
{
background-color: #537BEE;
}
.BgClassName
{
background-color: #537BEE;
}
</style>
border-color css
<style>
span { border-color: #537BEE; }
span { border-color: rgb(83,123,238); }
td.TdClassName
{
border-color: #537BEE;
}
.TagClassName
{
border-color: #537BEE;
}
</style>