Shades of Royal Blue #5469DB
Tints of Royal Blue #5469DB
RGB
CMYK
RGB Variations
Color information
#5469DB (or 0x5469DB) is known color: Royal Blue. HEX triplet: 54, 69 and DB. RGB value is (84,105,219). Sum of RGB (Red+Green+Blue) = 84+105+219=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #5469DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469DB is #AB9624. Grayscale: #6F6F6F. Windows color (decimal): -11245093 or 14379348. OLE color: 14379348.
HSL color Cylindrical-coordinate representation of color #5469DB: hue angle of 230.67º 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 #5469DB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 105 | 219 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.14 |
| HSL | 230.67º | 0.65% | 0.59% | - |
| HSV(B) | 230.67º | 0.62% | 0.86% | - |
| XYZ | 21.49 | 17.1 | 69.19 | - |
| YUV | 111.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 219 | 0.62 | 0.52 | 0 | 0.14 | 230.67 | 0.65 | 0.59 |
| Hex | 54 | 69 | DB | 3E | 34 | 0 | E | E7 | 41 | 3B |
| Octal | 124 | 151 | 333 | 76 | 64 | 0 | 16 | 347 | 101 | 73 |
| Binary | 1010100 | 1101001 | 11011011 | 111110 | 110100 | 0 | 1110 | 11100111 | 1000001 | 111011 |
Color Harmonies of #5469DB
Complementary color
Monochromatic Colors of #5469DB
Black with #5469DB
Text Example
Text Example
White with #5469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469DB; }
p { color: rgb(84,105,219); }
H1.HeaderClassName
{
color: #5469DB;
}
.AnyTagClassName
{
color: #5469DB;
}
</style>
background-color css
<style>
a { background-color: #5469DB; }
a { background-color: rgb(84,105,219); }
div.DivClassName
{
background-color: #5469DB;
}
.BgClassName
{
background-color: #5469DB;
}
</style>
border-color css
<style>
span { border-color: #5469DB; }
span { border-color: rgb(84,105,219); }
td.TdClassName
{
border-color: #5469DB;
}
.TagClassName
{
border-color: #5469DB;
}
</style>