Shades of Royal Blue #536ADD
Tints of Royal Blue #536ADD
RGB
CMYK
RGB Variations
Color information
#536ADD (or 0x536ADD) is known color: Royal Blue. HEX triplet: 53, 6A and DD. RGB value is (83,106,221). Sum of RGB (Red+Green+Blue) = 83+106+221=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #536ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ADD is #AC9522. Grayscale: #6F6F6F. Windows color (decimal): -11310371 or 14510675. OLE color: 14510675.
HSL color Cylindrical-coordinate representation of color #536ADD: hue angle of 230º 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 #536ADD is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 106 | 221 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.13 |
| HSL | 230º | 0.67% | 0.6% | - |
| HSV(B) | 230º | 0.62% | 0.87% | - |
| XYZ | 21.77 | 17.37 | 70.61 | - |
| YUV | 112.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 221 | 0.62 | 0.52 | 0 | 0.13 | 230 | 0.67 | 0.6 |
| Hex | 53 | 6A | DD | 3E | 34 | 0 | D | E6 | 43 | 3C |
| Octal | 123 | 152 | 335 | 76 | 64 | 0 | 15 | 346 | 103 | 74 |
| Binary | 1010011 | 1101010 | 11011101 | 111110 | 110100 | 0 | 1101 | 11100110 | 1000011 | 111100 |
Color Harmonies of #536ADD
Complementary color
Monochromatic Colors of #536ADD
Black with #536ADD
Text Example
Text Example
White with #536ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536ADD; }
p { color: rgb(83,106,221); }
H1.HeaderClassName
{
color: #536ADD;
}
.AnyTagClassName
{
color: #536ADD;
}
</style>
background-color css
<style>
a { background-color: #536ADD; }
a { background-color: rgb(83,106,221); }
div.DivClassName
{
background-color: #536ADD;
}
.BgClassName
{
background-color: #536ADD;
}
</style>
border-color css
<style>
span { border-color: #536ADD; }
span { border-color: rgb(83,106,221); }
td.TdClassName
{
border-color: #536ADD;
}
.TagClassName
{
border-color: #536ADD;
}
</style>