Shades of Royal Blue #536FE1
Tints of Royal Blue #536FE1
RGB
CMYK
RGB Variations
Color information
#536FE1 (or 0x536FE1) is known color: Royal Blue. HEX triplet: 53, 6F and E1. RGB value is (83,111,225). Sum of RGB (Red+Green+Blue) = 83+111+225=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #536FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FE1 is #AC901E. Grayscale: #737373. Windows color (decimal): -11309087 or 14774099. OLE color: 14774099.
HSL color Cylindrical-coordinate representation of color #536FE1: hue angle of 228.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536FE1 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 111 | 225 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.12 |
| HSL | 228.17º | 0.7% | 0.6% | - |
| HSV(B) | 228.17º | 0.63% | 0.88% | - |
| XYZ | 22.84 | 18.64 | 73.63 | - |
| YUV | 115.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 225 | 0.63 | 0.51 | 0 | 0.12 | 228.17 | 0.7 | 0.6 |
| Hex | 53 | 6F | E1 | 3F | 33 | 0 | C | E4 | 46 | 3C |
| Octal | 123 | 157 | 341 | 77 | 63 | 0 | 14 | 344 | 106 | 74 |
| Binary | 1010011 | 1101111 | 11100001 | 111111 | 110011 | 0 | 1100 | 11100100 | 1000110 | 111100 |
Color Harmonies of #536FE1
Complementary color
Monochromatic Colors of #536FE1
Black with #536FE1
Text Example
Text Example
White with #536FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FE1; }
p { color: rgb(83,111,225); }
H1.HeaderClassName
{
color: #536FE1;
}
.AnyTagClassName
{
color: #536FE1;
}
</style>
background-color css
<style>
a { background-color: #536FE1; }
a { background-color: rgb(83,111,225); }
div.DivClassName
{
background-color: #536FE1;
}
.BgClassName
{
background-color: #536FE1;
}
</style>
border-color css
<style>
span { border-color: #536FE1; }
span { border-color: rgb(83,111,225); }
td.TdClassName
{
border-color: #536FE1;
}
.TagClassName
{
border-color: #536FE1;
}
</style>