Shades of Royal Blue #5468DD
Tints of Royal Blue #5468DD
RGB
CMYK
RGB Variations
Color information
#5468DD (or 0x5468DD) is known color: Royal Blue. HEX triplet: 54, 68 and DD. RGB value is (84,104,221). Sum of RGB (Red+Green+Blue) = 84+104+221=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #5468DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468DD is #AB9722. Grayscale: #6E6E6E. Windows color (decimal): -11245347 or 14510164. OLE color: 14510164.
HSL color Cylindrical-coordinate representation of color #5468DD: hue angle of 231.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5468DD is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 104 | 221 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.13 |
| HSL | 231.24º | 0.67% | 0.6% | - |
| HSV(B) | 231.24º | 0.62% | 0.87% | - |
| XYZ | 21.66 | 17.01 | 70.55 | - |
| YUV | 111.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 221 | 0.62 | 0.53 | 0 | 0.13 | 231.24 | 0.67 | 0.6 |
| Hex | 54 | 68 | DD | 3E | 35 | 0 | D | E7 | 43 | 3C |
| Octal | 124 | 150 | 335 | 76 | 65 | 0 | 15 | 347 | 103 | 74 |
| Binary | 1010100 | 1101000 | 11011101 | 111110 | 110101 | 0 | 1101 | 11100111 | 1000011 | 111100 |
Color Harmonies of #5468DD
Complementary color
Monochromatic Colors of #5468DD
Black with #5468DD
Text Example
Text Example
White with #5468DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468DD; }
p { color: rgb(84,104,221); }
H1.HeaderClassName
{
color: #5468DD;
}
.AnyTagClassName
{
color: #5468DD;
}
</style>
background-color css
<style>
a { background-color: #5468DD; }
a { background-color: rgb(84,104,221); }
div.DivClassName
{
background-color: #5468DD;
}
.BgClassName
{
background-color: #5468DD;
}
</style>
border-color css
<style>
span { border-color: #5468DD; }
span { border-color: rgb(84,104,221); }
td.TdClassName
{
border-color: #5468DD;
}
.TagClassName
{
border-color: #5468DD;
}
</style>