Shades of Royal Blue #537BDC
Tints of Royal Blue #537BDC
RGB
CMYK
RGB Variations
Color information
#537BDC (or 0x537BDC) is known color: Royal Blue. HEX triplet: 53, 7B and DC. RGB value is (83,123,220). Sum of RGB (Red+Green+Blue) = 83+123+220=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #537BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BDC is #AC8423. Grayscale: #797979. Windows color (decimal): -11306020 or 14449491. OLE color: 14449491.
HSL color Cylindrical-coordinate representation of color #537BDC: hue angle of 222.48º degrees, saturation: 0.66, 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 #537BDC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 123 | 220 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.14 |
| HSL | 222.48º | 0.66% | 0.59% | - |
| HSV(B) | 222.48º | 0.62% | 0.86% | - |
| XYZ | 23.57 | 21.17 | 70.55 | - |
| YUV | 122.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 220 | 0.62 | 0.44 | 0 | 0.14 | 222.48 | 0.66 | 0.59 |
| Hex | 53 | 7B | DC | 3E | 2C | 0 | E | DE | 42 | 3B |
| Octal | 123 | 173 | 334 | 76 | 54 | 0 | 16 | 336 | 102 | 73 |
| Binary | 1010011 | 1111011 | 11011100 | 111110 | 101100 | 0 | 1110 | 11011110 | 1000010 | 111011 |
Color Harmonies of #537BDC
Complementary color
Monochromatic Colors of #537BDC
Black with #537BDC
Text Example
Text Example
White with #537BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BDC; }
p { color: rgb(83,123,220); }
H1.HeaderClassName
{
color: #537BDC;
}
.AnyTagClassName
{
color: #537BDC;
}
</style>
background-color css
<style>
a { background-color: #537BDC; }
a { background-color: rgb(83,123,220); }
div.DivClassName
{
background-color: #537BDC;
}
.BgClassName
{
background-color: #537BDC;
}
</style>
border-color css
<style>
span { border-color: #537BDC; }
span { border-color: rgb(83,123,220); }
td.TdClassName
{
border-color: #537BDC;
}
.TagClassName
{
border-color: #537BDC;
}
</style>