Shades of Royal Blue #537BDD
Tints of Royal Blue #537BDD
RGB
CMYK
RGB Variations
Color information
#537BDD (or 0x537BDD) is known color: Royal Blue. HEX triplet: 53, 7B and DD. RGB value is (83,123,221). Sum of RGB (Red+Green+Blue) = 83+123+221=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #537BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BDD is #AC8422. Grayscale: #797979. Windows color (decimal): -11306019 or 14515027. OLE color: 14515027.
HSL color Cylindrical-coordinate representation of color #537BDD: hue angle of 222.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537BDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 123 | 221 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.13 |
| HSL | 222.61º | 0.67% | 0.6% | - |
| HSV(B) | 222.61º | 0.62% | 0.87% | - |
| XYZ | 23.7 | 21.23 | 71.25 | - |
| YUV | 122.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 221 | 0.62 | 0.44 | 0 | 0.13 | 222.61 | 0.67 | 0.6 |
| Hex | 53 | 7B | DD | 3E | 2C | 0 | D | DF | 43 | 3C |
| Octal | 123 | 173 | 335 | 76 | 54 | 0 | 15 | 337 | 103 | 74 |
| Binary | 1010011 | 1111011 | 11011101 | 111110 | 101100 | 0 | 1101 | 11011111 | 1000011 | 111100 |
Color Harmonies of #537BDD
Complementary color
Monochromatic Colors of #537BDD
Black with #537BDD
Text Example
Text Example
White with #537BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BDD; }
p { color: rgb(83,123,221); }
H1.HeaderClassName
{
color: #537BDD;
}
.AnyTagClassName
{
color: #537BDD;
}
</style>
background-color css
<style>
a { background-color: #537BDD; }
a { background-color: rgb(83,123,221); }
div.DivClassName
{
background-color: #537BDD;
}
.BgClassName
{
background-color: #537BDD;
}
</style>
border-color css
<style>
span { border-color: #537BDD; }
span { border-color: rgb(83,123,221); }
td.TdClassName
{
border-color: #537BDD;
}
.TagClassName
{
border-color: #537BDD;
}
</style>