Shades of Royal Blue #5469EA
Tints of Royal Blue #5469EA
RGB
CMYK
RGB Variations
Color information
#5469EA (or 0x5469EA) is known color: Royal Blue. HEX triplet: 54, 69 and EA. RGB value is (84,105,234). Sum of RGB (Red+Green+Blue) = 84+105+234=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #5469EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5469EA is #AB9615. Grayscale: #707070. Windows color (decimal): -11245078 or 15362388. OLE color: 15362388.
HSL color Cylindrical-coordinate representation of color #5469EA: hue angle of 231.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5469EA is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 105 | 234 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.08 |
| HSL | 231.6º | 0.78% | 0.62% | - |
| HSV(B) | 231.6º | 0.64% | 0.92% | - |
| XYZ | 23.56 | 17.93 | 80.06 | - |
| YUV | 113.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 234 | 0.64 | 0.55 | 0 | 0.08 | 231.6 | 0.78 | 0.62 |
| Hex | 54 | 69 | EA | 40 | 37 | 0 | 8 | E8 | 4E | 3E |
| Octal | 124 | 151 | 352 | 100 | 67 | 0 | 10 | 350 | 116 | 76 |
| Binary | 1010100 | 1101001 | 11101010 | 1000000 | 110111 | 0 | 1000 | 11101000 | 1001110 | 111110 |
Color Harmonies of #5469EA
Complementary color
Monochromatic Colors of #5469EA
Black with #5469EA
Text Example
Text Example
White with #5469EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469EA; }
p { color: rgb(84,105,234); }
H1.HeaderClassName
{
color: #5469EA;
}
.AnyTagClassName
{
color: #5469EA;
}
</style>
background-color css
<style>
a { background-color: #5469EA; }
a { background-color: rgb(84,105,234); }
div.DivClassName
{
background-color: #5469EA;
}
.BgClassName
{
background-color: #5469EA;
}
</style>
border-color css
<style>
span { border-color: #5469EA; }
span { border-color: rgb(84,105,234); }
td.TdClassName
{
border-color: #5469EA;
}
.TagClassName
{
border-color: #5469EA;
}
</style>