Shades of Royal Blue #537DDD
Tints of Royal Blue #537DDD
RGB
CMYK
RGB Variations
Color information
#537DDD (or 0x537DDD) is known color: Royal Blue. HEX triplet: 53, 7D and DD. RGB value is (83,125,221). Sum of RGB (Red+Green+Blue) = 83+125+221=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #537DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DDD is #AC8222. Grayscale: #7A7A7A. Windows color (decimal): -11305507 or 14515539. OLE color: 14515539.
HSL color Cylindrical-coordinate representation of color #537DDD: hue angle of 221.74º 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 #537DDD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 125 | 221 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.13 |
| HSL | 221.74º | 0.67% | 0.6% | - |
| HSV(B) | 221.74º | 0.62% | 0.87% | - |
| XYZ | 23.95 | 21.73 | 71.34 | - |
| YUV | 123.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 221 | 0.62 | 0.43 | 0 | 0.13 | 221.74 | 0.67 | 0.6 |
| Hex | 53 | 7D | DD | 3E | 2B | 0 | D | DE | 43 | 3C |
| Octal | 123 | 175 | 335 | 76 | 53 | 0 | 15 | 336 | 103 | 74 |
| Binary | 1010011 | 1111101 | 11011101 | 111110 | 101011 | 0 | 1101 | 11011110 | 1000011 | 111100 |
Color Harmonies of #537DDD
Complementary color
Monochromatic Colors of #537DDD
Black with #537DDD
Text Example
Text Example
White with #537DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DDD; }
p { color: rgb(83,125,221); }
H1.HeaderClassName
{
color: #537DDD;
}
.AnyTagClassName
{
color: #537DDD;
}
</style>
background-color css
<style>
a { background-color: #537DDD; }
a { background-color: rgb(83,125,221); }
div.DivClassName
{
background-color: #537DDD;
}
.BgClassName
{
background-color: #537DDD;
}
</style>
border-color css
<style>
span { border-color: #537DDD; }
span { border-color: rgb(83,125,221); }
td.TdClassName
{
border-color: #537DDD;
}
.TagClassName
{
border-color: #537DDD;
}
</style>