Shades of Royal Blue #535EE7
Tints of Royal Blue #535EE7
RGB
CMYK
RGB Variations
Color information
#535EE7 (or 0x535EE7) is known color: Royal Blue. HEX triplet: 53, 5E and E7. RGB value is (83,94,231). Sum of RGB (Red+Green+Blue) = 83+94+231=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #535EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EE7 is #ACA118. Grayscale: #696969. Windows color (decimal): -11313433 or 15162963. OLE color: 15162963.
HSL color Cylindrical-coordinate representation of color #535EE7: hue angle of 235.54º 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 #535EE7 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 94 | 231 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.09 |
| HSL | 235.54º | 0.76% | 0.62% | - |
| HSV(B) | 235.54º | 0.64% | 0.91% | - |
| XYZ | 21.99 | 15.61 | 77.46 | - |
| YUV | 106.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 231 | 0.64 | 0.59 | 0 | 0.09 | 235.54 | 0.76 | 0.62 |
| Hex | 53 | 5E | E7 | 40 | 3B | 0 | 9 | EC | 4C | 3E |
| Octal | 123 | 136 | 347 | 100 | 73 | 0 | 11 | 354 | 114 | 76 |
| Binary | 1010011 | 1011110 | 11100111 | 1000000 | 111011 | 0 | 1001 | 11101100 | 1001100 | 111110 |
Color Harmonies of #535EE7
Complementary color
Monochromatic Colors of #535EE7
Black with #535EE7
Text Example
Text Example
White with #535EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EE7; }
p { color: rgb(83,94,231); }
H1.HeaderClassName
{
color: #535EE7;
}
.AnyTagClassName
{
color: #535EE7;
}
</style>
background-color css
<style>
a { background-color: #535EE7; }
a { background-color: rgb(83,94,231); }
div.DivClassName
{
background-color: #535EE7;
}
.BgClassName
{
background-color: #535EE7;
}
</style>
border-color css
<style>
span { border-color: #535EE7; }
span { border-color: rgb(83,94,231); }
td.TdClassName
{
border-color: #535EE7;
}
.TagClassName
{
border-color: #535EE7;
}
</style>