Shades of Royal Blue #5465ED
Tints of Royal Blue #5465ED
RGB
CMYK
RGB Variations
Color information
#5465ED (or 0x5465ED) is known color: Royal Blue. HEX triplet: 54, 65 and ED. RGB value is (84,101,237). Sum of RGB (Red+Green+Blue) = 84+101+237=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #5465ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465ED is #AB9A12. Grayscale: #6E6E6E. Windows color (decimal): -11246099 or 15557972. OLE color: 15557972.
HSL color Cylindrical-coordinate representation of color #5465ED: hue angle of 233.33º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5465ED is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 101 | 237 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.07 |
| HSL | 233.33º | 0.81% | 0.63% | - |
| HSV(B) | 233.33º | 0.65% | 0.93% | - |
| XYZ | 23.6 | 17.31 | 82.22 | - |
| YUV | 111.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 237 | 0.65 | 0.57 | 0 | 0.07 | 233.33 | 0.81 | 0.63 |
| Hex | 54 | 65 | ED | 41 | 39 | 0 | 7 | E9 | 51 | 3F |
| Octal | 124 | 145 | 355 | 101 | 71 | 0 | 7 | 351 | 121 | 77 |
| Binary | 1010100 | 1100101 | 11101101 | 1000001 | 111001 | 0 | 111 | 11101001 | 1010001 | 111111 |
Color Harmonies of #5465ED
Complementary color
Monochromatic Colors of #5465ED
Black with #5465ED
Text Example
Text Example
White with #5465ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465ED; }
p { color: rgb(84,101,237); }
H1.HeaderClassName
{
color: #5465ED;
}
.AnyTagClassName
{
color: #5465ED;
}
</style>
background-color css
<style>
a { background-color: #5465ED; }
a { background-color: rgb(84,101,237); }
div.DivClassName
{
background-color: #5465ED;
}
.BgClassName
{
background-color: #5465ED;
}
</style>
border-color css
<style>
span { border-color: #5465ED; }
span { border-color: rgb(84,101,237); }
td.TdClassName
{
border-color: #5465ED;
}
.TagClassName
{
border-color: #5465ED;
}
</style>