Shades of Royal Blue #5468DC
Tints of Royal Blue #5468DC
RGB
CMYK
RGB Variations
Color information
#5468DC (or 0x5468DC) is known color: Royal Blue. HEX triplet: 54, 68 and DC. RGB value is (84,104,220). Sum of RGB (Red+Green+Blue) = 84+104+220=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #5468DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468DC is #AB9723. Grayscale: #6E6E6E. Windows color (decimal): -11245348 or 14444628. OLE color: 14444628.
HSL color Cylindrical-coordinate representation of color #5468DC: hue angle of 231.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5468DC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 104 | 220 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.14 |
| HSL | 231.18º | 0.66% | 0.6% | - |
| HSV(B) | 231.18º | 0.62% | 0.86% | - |
| XYZ | 21.52 | 16.95 | 69.85 | - |
| YUV | 111.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 220 | 0.62 | 0.53 | 0 | 0.14 | 231.18 | 0.66 | 0.6 |
| Hex | 54 | 68 | DC | 3E | 35 | 0 | E | E7 | 42 | 3C |
| Octal | 124 | 150 | 334 | 76 | 65 | 0 | 16 | 347 | 102 | 74 |
| Binary | 1010100 | 1101000 | 11011100 | 111110 | 110101 | 0 | 1110 | 11100111 | 1000010 | 111100 |
Color Harmonies of #5468DC
Complementary color
Monochromatic Colors of #5468DC
Black with #5468DC
Text Example
Text Example
White with #5468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468DC; }
p { color: rgb(84,104,220); }
H1.HeaderClassName
{
color: #5468DC;
}
.AnyTagClassName
{
color: #5468DC;
}
</style>
background-color css
<style>
a { background-color: #5468DC; }
a { background-color: rgb(84,104,220); }
div.DivClassName
{
background-color: #5468DC;
}
.BgClassName
{
background-color: #5468DC;
}
</style>
border-color css
<style>
span { border-color: #5468DC; }
span { border-color: rgb(84,104,220); }
td.TdClassName
{
border-color: #5468DC;
}
.TagClassName
{
border-color: #5468DC;
}
</style>