Shades of Royal Blue #5466E1
Tints of Royal Blue #5466E1
RGB
CMYK
RGB Variations
Color information
#5466E1 (or 0x5466E1) is known color: Royal Blue. HEX triplet: 54, 66 and E1. RGB value is (84,102,225). Sum of RGB (Red+Green+Blue) = 84+102+225=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #5466E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5466E1 is #AB991E. Grayscale: #6E6E6E. Windows color (decimal): -11245855 or 14771796. OLE color: 14771796.
HSL color Cylindrical-coordinate representation of color #5466E1: hue angle of 232.34º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5466E1 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 102 | 225 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.12 |
| HSL | 232.34º | 0.7% | 0.61% | - |
| HSV(B) | 232.34º | 0.63% | 0.88% | - |
| XYZ | 22 | 16.82 | 73.32 | - |
| YUV | 110.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 225 | 0.63 | 0.55 | 0 | 0.12 | 232.34 | 0.7 | 0.61 |
| Hex | 54 | 66 | E1 | 3F | 37 | 0 | C | E8 | 46 | 3D |
| Octal | 124 | 146 | 341 | 77 | 67 | 0 | 14 | 350 | 106 | 75 |
| Binary | 1010100 | 1100110 | 11100001 | 111111 | 110111 | 0 | 1100 | 11101000 | 1000110 | 111101 |
Color Harmonies of #5466E1
Complementary color
Monochromatic Colors of #5466E1
Black with #5466E1
Text Example
Text Example
White with #5466E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5466E1; }
p { color: rgb(84,102,225); }
H1.HeaderClassName
{
color: #5466E1;
}
.AnyTagClassName
{
color: #5466E1;
}
</style>
background-color css
<style>
a { background-color: #5466E1; }
a { background-color: rgb(84,102,225); }
div.DivClassName
{
background-color: #5466E1;
}
.BgClassName
{
background-color: #5466E1;
}
</style>
border-color css
<style>
span { border-color: #5466E1; }
span { border-color: rgb(84,102,225); }
td.TdClassName
{
border-color: #5466E1;
}
.TagClassName
{
border-color: #5466E1;
}
</style>