Shades of Royal Blue #536BDB
Tints of Royal Blue #536BDB
RGB
CMYK
RGB Variations
Color information
#536BDB (or 0x536BDB) is known color: Royal Blue. HEX triplet: 53, 6B and DB. RGB value is (83,107,219). Sum of RGB (Red+Green+Blue) = 83+107+219=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #536BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BDB is #AC9424. Grayscale: #707070. Windows color (decimal): -11310117 or 14379859. OLE color: 14379859.
HSL color Cylindrical-coordinate representation of color #536BDB: hue angle of 229.41º 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 #536BDB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 107 | 219 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.41º | 0.65% | 0.59% | - |
| HSV(B) | 229.41º | 0.62% | 0.86% | - |
| XYZ | 21.61 | 17.47 | 69.25 | - |
| YUV | 112.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 219 | 0.62 | 0.51 | 0 | 0.14 | 229.41 | 0.65 | 0.59 |
| Hex | 53 | 6B | DB | 3E | 33 | 0 | E | E5 | 41 | 3B |
| Octal | 123 | 153 | 333 | 76 | 63 | 0 | 16 | 345 | 101 | 73 |
| Binary | 1010011 | 1101011 | 11011011 | 111110 | 110011 | 0 | 1110 | 11100101 | 1000001 | 111011 |
Color Harmonies of #536BDB
Complementary color
Monochromatic Colors of #536BDB
Black with #536BDB
Text Example
Text Example
White with #536BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BDB; }
p { color: rgb(83,107,219); }
H1.HeaderClassName
{
color: #536BDB;
}
.AnyTagClassName
{
color: #536BDB;
}
</style>
background-color css
<style>
a { background-color: #536BDB; }
a { background-color: rgb(83,107,219); }
div.DivClassName
{
background-color: #536BDB;
}
.BgClassName
{
background-color: #536BDB;
}
</style>
border-color css
<style>
span { border-color: #536BDB; }
span { border-color: rgb(83,107,219); }
td.TdClassName
{
border-color: #536BDB;
}
.TagClassName
{
border-color: #536BDB;
}
</style>