Shades of Royal Blue #5465EE
Tints of Royal Blue #5465EE
RGB
CMYK
RGB Variations
Color information
#5465EE (or 0x5465EE) is known color: Royal Blue. HEX triplet: 54, 65 and EE. RGB value is (84,101,238). Sum of RGB (Red+Green+Blue) = 84+101+238=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #5465EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465EE is #AB9A11. Grayscale: #6E6E6E. Windows color (decimal): -11246098 or 15623508. OLE color: 15623508.
HSL color Cylindrical-coordinate representation of color #5465EE: hue angle of 233.38º degrees, saturation: 0.82, 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 #5465EE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 101 | 238 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.07 |
| HSL | 233.38º | 0.82% | 0.63% | - |
| HSV(B) | 233.38º | 0.65% | 0.93% | - |
| XYZ | 23.74 | 17.37 | 82.99 | - |
| YUV | 111.54 | 199.37 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 238 | 0.65 | 0.58 | 0 | 0.07 | 233.38 | 0.82 | 0.63 |
| Hex | 54 | 65 | EE | 41 | 3A | 0 | 7 | E9 | 52 | 3F |
| Octal | 124 | 145 | 356 | 101 | 72 | 0 | 7 | 351 | 122 | 77 |
| Binary | 1010100 | 1100101 | 11101110 | 1000001 | 111010 | 0 | 111 | 11101001 | 1010010 | 111111 |
Color Harmonies of #5465EE
Complementary color
Monochromatic Colors of #5465EE
Black with #5465EE
Text Example
Text Example
White with #5465EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465EE; }
p { color: rgb(84,101,238); }
H1.HeaderClassName
{
color: #5465EE;
}
.AnyTagClassName
{
color: #5465EE;
}
</style>
background-color css
<style>
a { background-color: #5465EE; }
a { background-color: rgb(84,101,238); }
div.DivClassName
{
background-color: #5465EE;
}
.BgClassName
{
background-color: #5465EE;
}
</style>
border-color css
<style>
span { border-color: #5465EE; }
span { border-color: rgb(84,101,238); }
td.TdClassName
{
border-color: #5465EE;
}
.TagClassName
{
border-color: #5465EE;
}
</style>