Shades of Royal Blue #5468DF
Tints of Royal Blue #5468DF
RGB
CMYK
RGB Variations
Color information
#5468DF (or 0x5468DF) is known color: Royal Blue. HEX triplet: 54, 68 and DF. RGB value is (84,104,223). Sum of RGB (Red+Green+Blue) = 84+104+223=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #5468DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468DF is #AB9720. Grayscale: #6F6F6F. Windows color (decimal): -11245345 or 14641236. OLE color: 14641236.
HSL color Cylindrical-coordinate representation of color #5468DF: hue angle of 231.37º degrees, saturation: 0.68, 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 #5468DF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 104 | 223 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.13 |
| HSL | 231.37º | 0.68% | 0.6% | - |
| HSV(B) | 231.37º | 0.62% | 0.87% | - |
| XYZ | 21.93 | 17.11 | 71.96 | - |
| YUV | 111.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 223 | 0.62 | 0.53 | 0 | 0.13 | 231.37 | 0.68 | 0.6 |
| Hex | 54 | 68 | DF | 3E | 35 | 0 | D | E7 | 44 | 3C |
| Octal | 124 | 150 | 337 | 76 | 65 | 0 | 15 | 347 | 104 | 74 |
| Binary | 1010100 | 1101000 | 11011111 | 111110 | 110101 | 0 | 1101 | 11100111 | 1000100 | 111100 |
Color Harmonies of #5468DF
Complementary color
Monochromatic Colors of #5468DF
Black with #5468DF
Text Example
Text Example
White with #5468DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468DF; }
p { color: rgb(84,104,223); }
H1.HeaderClassName
{
color: #5468DF;
}
.AnyTagClassName
{
color: #5468DF;
}
</style>
background-color css
<style>
a { background-color: #5468DF; }
a { background-color: rgb(84,104,223); }
div.DivClassName
{
background-color: #5468DF;
}
.BgClassName
{
background-color: #5468DF;
}
</style>
border-color css
<style>
span { border-color: #5468DF; }
span { border-color: rgb(84,104,223); }
td.TdClassName
{
border-color: #5468DF;
}
.TagClassName
{
border-color: #5468DF;
}
</style>