Shades of Royal Blue #537BDA
Tints of Royal Blue #537BDA
RGB
CMYK
RGB Variations
Color information
#537BDA (or 0x537BDA) is known color: Royal Blue. HEX triplet: 53, 7B and DA. RGB value is (83,123,218). Sum of RGB (Red+Green+Blue) = 83+123+218=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #537BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BDA is #AC8425. Grayscale: #797979. Windows color (decimal): -11306022 or 14318419. OLE color: 14318419.
HSL color Cylindrical-coordinate representation of color #537BDA: hue angle of 222.22º degrees, saturation: 0.65, 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 #537BDA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 123 | 218 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.22º | 0.65% | 0.59% | - |
| HSV(B) | 222.22º | 0.62% | 0.85% | - |
| XYZ | 23.31 | 21.07 | 69.17 | - |
| YUV | 121.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 218 | 0.62 | 0.44 | 0 | 0.15 | 222.22 | 0.65 | 0.59 |
| Hex | 53 | 7B | DA | 3E | 2C | 0 | F | DE | 41 | 3B |
| Octal | 123 | 173 | 332 | 76 | 54 | 0 | 17 | 336 | 101 | 73 |
| Binary | 1010011 | 1111011 | 11011010 | 111110 | 101100 | 0 | 1111 | 11011110 | 1000001 | 111011 |
Color Harmonies of #537BDA
Complementary color
Monochromatic Colors of #537BDA
Black with #537BDA
Text Example
Text Example
White with #537BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BDA; }
p { color: rgb(83,123,218); }
H1.HeaderClassName
{
color: #537BDA;
}
.AnyTagClassName
{
color: #537BDA;
}
</style>
background-color css
<style>
a { background-color: #537BDA; }
a { background-color: rgb(83,123,218); }
div.DivClassName
{
background-color: #537BDA;
}
.BgClassName
{
background-color: #537BDA;
}
</style>
border-color css
<style>
span { border-color: #537BDA; }
span { border-color: rgb(83,123,218); }
td.TdClassName
{
border-color: #537BDA;
}
.TagClassName
{
border-color: #537BDA;
}
</style>