Shades of Royal Blue #5678D7
Tints of Royal Blue #5678D7
RGB
CMYK
RGB Variations
Color information
#5678D7 (or 0x5678D7) is known color: Royal Blue. HEX triplet: 56, 78 and D7. RGB value is (86,120,215). Sum of RGB (Red+Green+Blue) = 86+120+215=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #5678D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5678D7 is #A98728. Grayscale: #787878. Windows color (decimal): -11110185 or 14121046. OLE color: 14121046.
HSL color Cylindrical-coordinate representation of color #5678D7: hue angle of 224.19º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5678D7 is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 120 | 215 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.16 |
| HSL | 224.19º | 0.62% | 0.59% | - |
| HSV(B) | 224.19º | 0.6% | 0.84% | - |
| XYZ | 22.82 | 20.32 | 67.01 | - |
| YUV | 120.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 215 | 0.6 | 0.44 | 0 | 0.16 | 224.19 | 0.62 | 0.59 |
| Hex | 56 | 78 | D7 | 3C | 2C | 0 | 10 | E0 | 3E | 3B |
| Octal | 126 | 170 | 327 | 74 | 54 | 0 | 20 | 340 | 76 | 73 |
| Binary | 1010110 | 1111000 | 11010111 | 111100 | 101100 | 0 | 10000 | 11100000 | 111110 | 111011 |
Color Harmonies of #5678D7
Complementary color
Monochromatic Colors of #5678D7
Black with #5678D7
Text Example
Text Example
White with #5678D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678D7; }
p { color: rgb(86,120,215); }
H1.HeaderClassName
{
color: #5678D7;
}
.AnyTagClassName
{
color: #5678D7;
}
</style>
background-color css
<style>
a { background-color: #5678D7; }
a { background-color: rgb(86,120,215); }
div.DivClassName
{
background-color: #5678D7;
}
.BgClassName
{
background-color: #5678D7;
}
</style>
border-color css
<style>
span { border-color: #5678D7; }
span { border-color: rgb(86,120,215); }
td.TdClassName
{
border-color: #5678D7;
}
.TagClassName
{
border-color: #5678D7;
}
</style>