Shades of Royal Blue #536ED4
Tints of Royal Blue #536ED4
RGB
CMYK
RGB Variations
Color information
#536ED4 (or 0x536ED4) is known color: Royal Blue. HEX triplet: 53, 6E and D4. RGB value is (83,110,212). Sum of RGB (Red+Green+Blue) = 83+110+212=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #536ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ED4 is #AC912B. Grayscale: #717171. Windows color (decimal): -11309356 or 13921875. OLE color: 13921875.
HSL color Cylindrical-coordinate representation of color #536ED4: hue angle of 227.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536ED4 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 110 | 212 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.17 |
| HSL | 227.44º | 0.6% | 0.58% | - |
| HSV(B) | 227.44º | 0.61% | 0.83% | - |
| XYZ | 21.03 | 17.74 | 64.6 | - |
| YUV | 113.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 212 | 0.61 | 0.48 | 0 | 0.17 | 227.44 | 0.6 | 0.58 |
| Hex | 53 | 6E | D4 | 3D | 30 | 0 | 11 | E3 | 3C | 3A |
| Octal | 123 | 156 | 324 | 75 | 60 | 0 | 21 | 343 | 74 | 72 |
| Binary | 1010011 | 1101110 | 11010100 | 111101 | 110000 | 0 | 10001 | 11100011 | 111100 | 111010 |
Color Harmonies of #536ED4
Complementary color
Monochromatic Colors of #536ED4
Black with #536ED4
Text Example
Text Example
White with #536ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536ED4; }
p { color: rgb(83,110,212); }
H1.HeaderClassName
{
color: #536ED4;
}
.AnyTagClassName
{
color: #536ED4;
}
</style>
background-color css
<style>
a { background-color: #536ED4; }
a { background-color: rgb(83,110,212); }
div.DivClassName
{
background-color: #536ED4;
}
.BgClassName
{
background-color: #536ED4;
}
</style>
border-color css
<style>
span { border-color: #536ED4; }
span { border-color: rgb(83,110,212); }
td.TdClassName
{
border-color: #536ED4;
}
.TagClassName
{
border-color: #536ED4;
}
</style>