Shades of Royal Blue #537CDB
Tints of Royal Blue #537CDB
RGB
CMYK
RGB Variations
Color information
#537CDB (or 0x537CDB) is known color: Royal Blue. HEX triplet: 53, 7C and DB. RGB value is (83,124,219). Sum of RGB (Red+Green+Blue) = 83+124+219=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #537CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CDB is #AC8324. Grayscale: #7A7A7A. Windows color (decimal): -11305765 or 14384211. OLE color: 14384211.
HSL color Cylindrical-coordinate representation of color #537CDB: hue angle of 221.91º 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 #537CDB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 124 | 219 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.14 |
| HSL | 221.91º | 0.65% | 0.59% | - |
| HSV(B) | 221.91º | 0.62% | 0.86% | - |
| XYZ | 23.56 | 21.37 | 69.9 | - |
| YUV | 122.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 219 | 0.62 | 0.43 | 0 | 0.14 | 221.91 | 0.65 | 0.59 |
| Hex | 53 | 7C | DB | 3E | 2B | 0 | E | DE | 41 | 3B |
| Octal | 123 | 174 | 333 | 76 | 53 | 0 | 16 | 336 | 101 | 73 |
| Binary | 1010011 | 1111100 | 11011011 | 111110 | 101011 | 0 | 1110 | 11011110 | 1000001 | 111011 |
Color Harmonies of #537CDB
Complementary color
Monochromatic Colors of #537CDB
Black with #537CDB
Text Example
Text Example
White with #537CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CDB; }
p { color: rgb(83,124,219); }
H1.HeaderClassName
{
color: #537CDB;
}
.AnyTagClassName
{
color: #537CDB;
}
</style>
background-color css
<style>
a { background-color: #537CDB; }
a { background-color: rgb(83,124,219); }
div.DivClassName
{
background-color: #537CDB;
}
.BgClassName
{
background-color: #537CDB;
}
</style>
border-color css
<style>
span { border-color: #537CDB; }
span { border-color: rgb(83,124,219); }
td.TdClassName
{
border-color: #537CDB;
}
.TagClassName
{
border-color: #537CDB;
}
</style>