Shades of Royal Blue #5676F9
Tints of Royal Blue #5676F9
RGB
CMYK
RGB Variations
Color information
#5676F9 (or 0x5676F9) is known color: Royal Blue. HEX triplet: 56, 76 and F9. RGB value is (86,118,249). Sum of RGB (Red+Green+Blue) = 86+118+249=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #5676F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676F9 is #A98906. Grayscale: #7A7A7A. Windows color (decimal): -11110663 or 16348758. OLE color: 16348758.
HSL color Cylindrical-coordinate representation of color #5676F9: hue angle of 228.22º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5676F9 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 118 | 249 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.02 |
| HSL | 228.22º | 0.93% | 0.66% | - |
| HSV(B) | 228.22º | 0.65% | 0.98% | - |
| XYZ | 27.42 | 21.77 | 92.38 | - |
| YUV | 123.37 | 198.9 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 249 | 0.65 | 0.53 | 0 | 0.02 | 228.22 | 0.93 | 0.66 |
| Hex | 56 | 76 | F9 | 41 | 35 | 0 | 2 | E4 | 5D | 42 |
| Octal | 126 | 166 | 371 | 101 | 65 | 0 | 2 | 344 | 135 | 102 |
| Binary | 1010110 | 1110110 | 11111001 | 1000001 | 110101 | 0 | 10 | 11100100 | 1011101 | 1000010 |
Color Harmonies of #5676F9
Complementary color
Monochromatic Colors of #5676F9
Black with #5676F9
Text Example
Text Example
White with #5676F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676F9; }
p { color: rgb(86,118,249); }
H1.HeaderClassName
{
color: #5676F9;
}
.AnyTagClassName
{
color: #5676F9;
}
</style>
background-color css
<style>
a { background-color: #5676F9; }
a { background-color: rgb(86,118,249); }
div.DivClassName
{
background-color: #5676F9;
}
.BgClassName
{
background-color: #5676F9;
}
</style>
border-color css
<style>
span { border-color: #5676F9; }
span { border-color: rgb(86,118,249); }
td.TdClassName
{
border-color: #5676F9;
}
.TagClassName
{
border-color: #5676F9;
}
</style>