Shades of Royal Blue #537AD9
Tints of Royal Blue #537AD9
RGB
CMYK
RGB Variations
Color information
#537AD9 (or 0x537AD9) is known color: Royal Blue. HEX triplet: 53, 7A and D9. RGB value is (83,122,217). Sum of RGB (Red+Green+Blue) = 83+122+217=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #537AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AD9 is #AC8526. Grayscale: #787878. Windows color (decimal): -11306279 or 14252627. OLE color: 14252627.
HSL color Cylindrical-coordinate representation of color #537AD9: hue angle of 222.54º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537AD9 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 122 | 217 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.54º | 0.64% | 0.59% | - |
| HSV(B) | 222.54º | 0.62% | 0.85% | - |
| XYZ | 23.05 | 20.77 | 68.44 | - |
| YUV | 121.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 217 | 0.62 | 0.44 | 0 | 0.15 | 222.54 | 0.64 | 0.59 |
| Hex | 53 | 7A | D9 | 3E | 2C | 0 | F | DF | 40 | 3B |
| Octal | 123 | 172 | 331 | 76 | 54 | 0 | 17 | 337 | 100 | 73 |
| Binary | 1010011 | 1111010 | 11011001 | 111110 | 101100 | 0 | 1111 | 11011111 | 1000000 | 111011 |
Color Harmonies of #537AD9
Complementary color
Monochromatic Colors of #537AD9
Black with #537AD9
Text Example
Text Example
White with #537AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AD9; }
p { color: rgb(83,122,217); }
H1.HeaderClassName
{
color: #537AD9;
}
.AnyTagClassName
{
color: #537AD9;
}
</style>
background-color css
<style>
a { background-color: #537AD9; }
a { background-color: rgb(83,122,217); }
div.DivClassName
{
background-color: #537AD9;
}
.BgClassName
{
background-color: #537AD9;
}
</style>
border-color css
<style>
span { border-color: #537AD9; }
span { border-color: rgb(83,122,217); }
td.TdClassName
{
border-color: #537AD9;
}
.TagClassName
{
border-color: #537AD9;
}
</style>