Shades of Royal Blue #535FE1
Tints of Royal Blue #535FE1
RGB
CMYK
RGB Variations
Color information
#535FE1 (or 0x535FE1) is known color: Royal Blue. HEX triplet: 53, 5F and E1. RGB value is (83,95,225). Sum of RGB (Red+Green+Blue) = 83+95+225=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #535FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FE1 is #ACA01E. Grayscale: #696969. Windows color (decimal): -11313183 or 14770003. OLE color: 14770003.
HSL color Cylindrical-coordinate representation of color #535FE1: hue angle of 234.93º 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 #535FE1 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 95 | 225 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.12 |
| HSL | 234.93º | 0.7% | 0.6% | - |
| HSV(B) | 234.93º | 0.63% | 0.88% | - |
| XYZ | 21.25 | 15.46 | 73.1 | - |
| YUV | 106.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 225 | 0.63 | 0.58 | 0 | 0.12 | 234.93 | 0.7 | 0.6 |
| Hex | 53 | 5F | E1 | 3F | 3A | 0 | C | EB | 46 | 3C |
| Octal | 123 | 137 | 341 | 77 | 72 | 0 | 14 | 353 | 106 | 74 |
| Binary | 1010011 | 1011111 | 11100001 | 111111 | 111010 | 0 | 1100 | 11101011 | 1000110 | 111100 |
Color Harmonies of #535FE1
Complementary color
Monochromatic Colors of #535FE1
Black with #535FE1
Text Example
Text Example
White with #535FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FE1; }
p { color: rgb(83,95,225); }
H1.HeaderClassName
{
color: #535FE1;
}
.AnyTagClassName
{
color: #535FE1;
}
</style>
background-color css
<style>
a { background-color: #535FE1; }
a { background-color: rgb(83,95,225); }
div.DivClassName
{
background-color: #535FE1;
}
.BgClassName
{
background-color: #535FE1;
}
</style>
border-color css
<style>
span { border-color: #535FE1; }
span { border-color: rgb(83,95,225); }
td.TdClassName
{
border-color: #535FE1;
}
.TagClassName
{
border-color: #535FE1;
}
</style>