Shades of Royal Blue #5468D4
Tints of Royal Blue #5468D4
RGB
CMYK
RGB Variations
Color information
#5468D4 (or 0x5468D4) is known color: Royal Blue. HEX triplet: 54, 68 and D4. RGB value is (84,104,212). Sum of RGB (Red+Green+Blue) = 84+104+212=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #5468D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468D4 is #AB972B. Grayscale: #6D6D6D. Windows color (decimal): -11245356 or 13920340. OLE color: 13920340.
HSL color Cylindrical-coordinate representation of color #5468D4: hue angle of 230.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5468D4 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 104 | 212 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.17 |
| HSL | 230.63º | 0.6% | 0.58% | - |
| HSV(B) | 230.63º | 0.6% | 0.83% | - |
| XYZ | 20.49 | 16.54 | 64.4 | - |
| YUV | 110.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 212 | 0.60 | 0.51 | 0 | 0.17 | 230.63 | 0.6 | 0.58 |
| Hex | 54 | 68 | D4 | 3C | 33 | 0 | 11 | E7 | 3C | 3A |
| Octal | 124 | 150 | 324 | 74 | 63 | 0 | 21 | 347 | 74 | 72 |
| Binary | 1010100 | 1101000 | 11010100 | 111100 | 110011 | 0 | 10001 | 11100111 | 111100 | 111010 |
Color Harmonies of #5468D4
Complementary color
Monochromatic Colors of #5468D4
Black with #5468D4
Text Example
Text Example
White with #5468D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468D4; }
p { color: rgb(84,104,212); }
H1.HeaderClassName
{
color: #5468D4;
}
.AnyTagClassName
{
color: #5468D4;
}
</style>
background-color css
<style>
a { background-color: #5468D4; }
a { background-color: rgb(84,104,212); }
div.DivClassName
{
background-color: #5468D4;
}
.BgClassName
{
background-color: #5468D4;
}
</style>
border-color css
<style>
span { border-color: #5468D4; }
span { border-color: rgb(84,104,212); }
td.TdClassName
{
border-color: #5468D4;
}
.TagClassName
{
border-color: #5468D4;
}
</style>