Shades of Royal Blue #536CE7
Tints of Royal Blue #536CE7
RGB
CMYK
RGB Variations
Color information
#536CE7 (or 0x536CE7) is known color: Royal Blue. HEX triplet: 53, 6C and E7. RGB value is (83,108,231). Sum of RGB (Red+Green+Blue) = 83+108+231=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #536CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CE7 is #AC9318. Grayscale: #727272. Windows color (decimal): -11309849 or 15166547. OLE color: 15166547.
HSL color Cylindrical-coordinate representation of color #536CE7: hue angle of 229.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536CE7 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 108 | 231 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.09 |
| HSL | 229.86º | 0.76% | 0.62% | - |
| HSV(B) | 229.86º | 0.64% | 0.91% | - |
| XYZ | 23.35 | 18.33 | 77.91 | - |
| YUV | 114.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 231 | 0.64 | 0.53 | 0 | 0.09 | 229.86 | 0.76 | 0.62 |
| Hex | 53 | 6C | E7 | 40 | 35 | 0 | 9 | E6 | 4C | 3E |
| Octal | 123 | 154 | 347 | 100 | 65 | 0 | 11 | 346 | 114 | 76 |
| Binary | 1010011 | 1101100 | 11100111 | 1000000 | 110101 | 0 | 1001 | 11100110 | 1001100 | 111110 |
Color Harmonies of #536CE7
Complementary color
Monochromatic Colors of #536CE7
Black with #536CE7
Text Example
Text Example
White with #536CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CE7; }
p { color: rgb(83,108,231); }
H1.HeaderClassName
{
color: #536CE7;
}
.AnyTagClassName
{
color: #536CE7;
}
</style>
background-color css
<style>
a { background-color: #536CE7; }
a { background-color: rgb(83,108,231); }
div.DivClassName
{
background-color: #536CE7;
}
.BgClassName
{
background-color: #536CE7;
}
</style>
border-color css
<style>
span { border-color: #536CE7; }
span { border-color: rgb(83,108,231); }
td.TdClassName
{
border-color: #536CE7;
}
.TagClassName
{
border-color: #536CE7;
}
</style>