Shades of Royal Blue #5678FA
Tints of Royal Blue #5678FA
RGB
CMYK
RGB Variations
Color information
#5678FA (or 0x5678FA) is known color: Royal Blue. HEX triplet: 56, 78 and FA. RGB value is (86,120,250). Sum of RGB (Red+Green+Blue) = 86+120+250=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #5678FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678FA is #A98705. Grayscale: #7C7C7C. Windows color (decimal): -11110150 or 16414806. OLE color: 16414806.
HSL color Cylindrical-coordinate representation of color #5678FA: hue angle of 227.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5678FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 120 | 250 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.02 |
| HSL | 227.56º | 0.94% | 0.66% | - |
| HSV(B) | 227.56º | 0.66% | 0.98% | - |
| XYZ | 27.81 | 22.31 | 93.28 | - |
| YUV | 124.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 250 | 0.66 | 0.52 | 0 | 0.02 | 227.56 | 0.94 | 0.66 |
| Hex | 56 | 78 | FA | 42 | 34 | 0 | 2 | E4 | 5E | 42 |
| Octal | 126 | 170 | 372 | 102 | 64 | 0 | 2 | 344 | 136 | 102 |
| Binary | 1010110 | 1111000 | 11111010 | 1000010 | 110100 | 0 | 10 | 11100100 | 1011110 | 1000010 |
Color Harmonies of #5678FA
Complementary color
Monochromatic Colors of #5678FA
Black with #5678FA
Text Example
Text Example
White with #5678FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678FA; }
p { color: rgb(86,120,250); }
H1.HeaderClassName
{
color: #5678FA;
}
.AnyTagClassName
{
color: #5678FA;
}
</style>
background-color css
<style>
a { background-color: #5678FA; }
a { background-color: rgb(86,120,250); }
div.DivClassName
{
background-color: #5678FA;
}
.BgClassName
{
background-color: #5678FA;
}
</style>
border-color css
<style>
span { border-color: #5678FA; }
span { border-color: rgb(86,120,250); }
td.TdClassName
{
border-color: #5678FA;
}
.TagClassName
{
border-color: #5678FA;
}
</style>