Shades of Royal Blue #5468DB
Tints of Royal Blue #5468DB
RGB
CMYK
RGB Variations
Color information
#5468DB (or 0x5468DB) is known color: Royal Blue. HEX triplet: 54, 68 and DB. RGB value is (84,104,219). Sum of RGB (Red+Green+Blue) = 84+104+219=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5468DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468DB is #AB9724. Grayscale: #6E6E6E. Windows color (decimal): -11245349 or 14379092. OLE color: 14379092.
HSL color Cylindrical-coordinate representation of color #5468DB: hue angle of 231.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5468DB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 104 | 219 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.14 |
| HSL | 231.11º | 0.65% | 0.59% | - |
| HSV(B) | 231.11º | 0.62% | 0.86% | - |
| XYZ | 21.39 | 16.9 | 69.15 | - |
| YUV | 111.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 219 | 0.62 | 0.53 | 0 | 0.14 | 231.11 | 0.65 | 0.59 |
| Hex | 54 | 68 | DB | 3E | 35 | 0 | E | E7 | 41 | 3B |
| Octal | 124 | 150 | 333 | 76 | 65 | 0 | 16 | 347 | 101 | 73 |
| Binary | 1010100 | 1101000 | 11011011 | 111110 | 110101 | 0 | 1110 | 11100111 | 1000001 | 111011 |
Color Harmonies of #5468DB
Complementary color
Monochromatic Colors of #5468DB
Black with #5468DB
Text Example
Text Example
White with #5468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468DB; }
p { color: rgb(84,104,219); }
H1.HeaderClassName
{
color: #5468DB;
}
.AnyTagClassName
{
color: #5468DB;
}
</style>
background-color css
<style>
a { background-color: #5468DB; }
a { background-color: rgb(84,104,219); }
div.DivClassName
{
background-color: #5468DB;
}
.BgClassName
{
background-color: #5468DB;
}
</style>
border-color css
<style>
span { border-color: #5468DB; }
span { border-color: rgb(84,104,219); }
td.TdClassName
{
border-color: #5468DB;
}
.TagClassName
{
border-color: #5468DB;
}
</style>