Shades of Royal Blue #537DDB
Tints of Royal Blue #537DDB
RGB
CMYK
RGB Variations
Color information
#537DDB (or 0x537DDB) is known color: Royal Blue. HEX triplet: 53, 7D and DB. RGB value is (83,125,219). Sum of RGB (Red+Green+Blue) = 83+125+219=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #537DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DDB is #AC8224. Grayscale: #7A7A7A. Windows color (decimal): -11305509 or 14384467. OLE color: 14384467.
HSL color Cylindrical-coordinate representation of color #537DDB: hue angle of 221.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537DDB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 125 | 219 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.14 |
| HSL | 221.47º | 0.65% | 0.59% | - |
| HSV(B) | 221.47º | 0.62% | 0.86% | - |
| XYZ | 23.69 | 21.62 | 69.94 | - |
| YUV | 123.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 219 | 0.62 | 0.43 | 0 | 0.14 | 221.47 | 0.65 | 0.59 |
| Hex | 53 | 7D | DB | 3E | 2B | 0 | E | DD | 41 | 3B |
| Octal | 123 | 175 | 333 | 76 | 53 | 0 | 16 | 335 | 101 | 73 |
| Binary | 1010011 | 1111101 | 11011011 | 111110 | 101011 | 0 | 1110 | 11011101 | 1000001 | 111011 |
Color Harmonies of #537DDB
Complementary color
Monochromatic Colors of #537DDB
Black with #537DDB
Text Example
Text Example
White with #537DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DDB; }
p { color: rgb(83,125,219); }
H1.HeaderClassName
{
color: #537DDB;
}
.AnyTagClassName
{
color: #537DDB;
}
</style>
background-color css
<style>
a { background-color: #537DDB; }
a { background-color: rgb(83,125,219); }
div.DivClassName
{
background-color: #537DDB;
}
.BgClassName
{
background-color: #537DDB;
}
</style>
border-color css
<style>
span { border-color: #537DDB; }
span { border-color: rgb(83,125,219); }
td.TdClassName
{
border-color: #537DDB;
}
.TagClassName
{
border-color: #537DDB;
}
</style>