Shades of Royal Blue #5674F6
Tints of Royal Blue #5674F6
RGB
CMYK
RGB Variations
Color information
#5674F6 (or 0x5674F6) is known color: Royal Blue. HEX triplet: 56, 74 and F6. RGB value is (86,116,246). Sum of RGB (Red+Green+Blue) = 86+116+246=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #5674F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5674F6 is #A98B09. Grayscale: #797979. Windows color (decimal): -11111178 or 16151638. OLE color: 16151638.
HSL color Cylindrical-coordinate representation of color #5674F6: hue angle of 228.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5674F6 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 116 | 246 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.04 |
| HSL | 228.75º | 0.9% | 0.65% | - |
| HSV(B) | 228.75º | 0.65% | 0.96% | - |
| XYZ | 26.72 | 21.12 | 89.86 | - |
| YUV | 121.85 | 198.06 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 246 | 0.65 | 0.53 | 0 | 0.04 | 228.75 | 0.9 | 0.65 |
| Hex | 56 | 74 | F6 | 41 | 35 | 0 | 4 | E5 | 5A | 41 |
| Octal | 126 | 164 | 366 | 101 | 65 | 0 | 4 | 345 | 132 | 101 |
| Binary | 1010110 | 1110100 | 11110110 | 1000001 | 110101 | 0 | 100 | 11100101 | 1011010 | 1000001 |
Color Harmonies of #5674F6
Complementary color
Monochromatic Colors of #5674F6
Black with #5674F6
Text Example
Text Example
White with #5674F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5674F6; }
p { color: rgb(86,116,246); }
H1.HeaderClassName
{
color: #5674F6;
}
.AnyTagClassName
{
color: #5674F6;
}
</style>
background-color css
<style>
a { background-color: #5674F6; }
a { background-color: rgb(86,116,246); }
div.DivClassName
{
background-color: #5674F6;
}
.BgClassName
{
background-color: #5674F6;
}
</style>
border-color css
<style>
span { border-color: #5674F6; }
span { border-color: rgb(86,116,246); }
td.TdClassName
{
border-color: #5674F6;
}
.TagClassName
{
border-color: #5674F6;
}
</style>