Shades of Royal Blue #536EE8
Tints of Royal Blue #536EE8
RGB
CMYK
RGB Variations
Color information
#536EE8 (or 0x536EE8) is known color: Royal Blue. HEX triplet: 53, 6E and E8. RGB value is (83,110,232). Sum of RGB (Red+Green+Blue) = 83+110+232=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #536EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EE8 is #AC9117. Grayscale: #737373. Windows color (decimal): -11309336 or 15232595. OLE color: 15232595.
HSL color Cylindrical-coordinate representation of color #536EE8: hue angle of 229.13º 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 #536EE8 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 110 | 232 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.09 |
| HSL | 229.13º | 0.76% | 0.62% | - |
| HSV(B) | 229.13º | 0.64% | 0.91% | - |
| XYZ | 23.71 | 18.82 | 78.73 | - |
| YUV | 115.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 232 | 0.64 | 0.53 | 0 | 0.09 | 229.13 | 0.76 | 0.62 |
| Hex | 53 | 6E | E8 | 40 | 35 | 0 | 9 | E5 | 4C | 3E |
| Octal | 123 | 156 | 350 | 100 | 65 | 0 | 11 | 345 | 114 | 76 |
| Binary | 1010011 | 1101110 | 11101000 | 1000000 | 110101 | 0 | 1001 | 11100101 | 1001100 | 111110 |
Color Harmonies of #536EE8
Complementary color
Monochromatic Colors of #536EE8
Black with #536EE8
Text Example
Text Example
White with #536EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EE8; }
p { color: rgb(83,110,232); }
H1.HeaderClassName
{
color: #536EE8;
}
.AnyTagClassName
{
color: #536EE8;
}
</style>
background-color css
<style>
a { background-color: #536EE8; }
a { background-color: rgb(83,110,232); }
div.DivClassName
{
background-color: #536EE8;
}
.BgClassName
{
background-color: #536EE8;
}
</style>
border-color css
<style>
span { border-color: #536EE8; }
span { border-color: rgb(83,110,232); }
td.TdClassName
{
border-color: #536EE8;
}
.TagClassName
{
border-color: #536EE8;
}
</style>