Shades of Royal Blue #5568DF
Tints of Royal Blue #5568DF
RGB
CMYK
RGB Variations
Color information
#5568DF (or 0x5568DF) is known color: Royal Blue. HEX triplet: 55, 68 and DF. RGB value is (85,104,223). Sum of RGB (Red+Green+Blue) = 85+104+223=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #5568DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568DF is #AA9720. Grayscale: #6F6F6F. Windows color (decimal): -11179809 or 14641237. OLE color: 14641237.
HSL color Cylindrical-coordinate representation of color #5568DF: hue angle of 231.74º 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 #5568DF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 104 | 223 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.13 |
| HSL | 231.74º | 0.68% | 0.6% | - |
| HSV(B) | 231.74º | 0.62% | 0.87% | - |
| XYZ | 22.02 | 17.16 | 71.96 | - |
| YUV | 111.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 223 | 0.62 | 0.53 | 0 | 0.13 | 231.74 | 0.68 | 0.6 |
| Hex | 55 | 68 | DF | 3E | 35 | 0 | D | E8 | 44 | 3C |
| Octal | 125 | 150 | 337 | 76 | 65 | 0 | 15 | 350 | 104 | 74 |
| Binary | 1010101 | 1101000 | 11011111 | 111110 | 110101 | 0 | 1101 | 11101000 | 1000100 | 111100 |
Color Harmonies of #5568DF
Complementary color
Monochromatic Colors of #5568DF
Black with #5568DF
Text Example
Text Example
White with #5568DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568DF; }
p { color: rgb(85,104,223); }
H1.HeaderClassName
{
color: #5568DF;
}
.AnyTagClassName
{
color: #5568DF;
}
</style>
background-color css
<style>
a { background-color: #5568DF; }
a { background-color: rgb(85,104,223); }
div.DivClassName
{
background-color: #5568DF;
}
.BgClassName
{
background-color: #5568DF;
}
</style>
border-color css
<style>
span { border-color: #5568DF; }
span { border-color: rgb(85,104,223); }
td.TdClassName
{
border-color: #5568DF;
}
.TagClassName
{
border-color: #5568DF;
}
</style>