Shades of Royal Blue #537CEB
Tints of Royal Blue #537CEB
RGB
CMYK
RGB Variations
Color information
#537CEB (or 0x537CEB) is known color: Royal Blue. HEX triplet: 53, 7C and EB. RGB value is (83,124,235). Sum of RGB (Red+Green+Blue) = 83+124+235=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #537CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CEB is #AC8314. Grayscale: #7B7B7B. Windows color (decimal): -11305749 or 15432787. OLE color: 15432787.
HSL color Cylindrical-coordinate representation of color #537CEB: hue angle of 223.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537CEB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 124 | 235 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.08 |
| HSL | 223.82º | 0.79% | 0.62% | - |
| HSV(B) | 223.82º | 0.65% | 0.92% | - |
| XYZ | 25.77 | 22.25 | 81.53 | - |
| YUV | 124.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 235 | 0.65 | 0.47 | 0 | 0.08 | 223.82 | 0.79 | 0.62 |
| Hex | 53 | 7C | EB | 41 | 2F | 0 | 8 | E0 | 4F | 3E |
| Octal | 123 | 174 | 353 | 101 | 57 | 0 | 10 | 340 | 117 | 76 |
| Binary | 1010011 | 1111100 | 11101011 | 1000001 | 101111 | 0 | 1000 | 11100000 | 1001111 | 111110 |
Color Harmonies of #537CEB
Complementary color
Monochromatic Colors of #537CEB
Black with #537CEB
Text Example
Text Example
White with #537CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CEB; }
p { color: rgb(83,124,235); }
H1.HeaderClassName
{
color: #537CEB;
}
.AnyTagClassName
{
color: #537CEB;
}
</style>
background-color css
<style>
a { background-color: #537CEB; }
a { background-color: rgb(83,124,235); }
div.DivClassName
{
background-color: #537CEB;
}
.BgClassName
{
background-color: #537CEB;
}
</style>
border-color css
<style>
span { border-color: #537CEB; }
span { border-color: rgb(83,124,235); }
td.TdClassName
{
border-color: #537CEB;
}
.TagClassName
{
border-color: #537CEB;
}
</style>