Shades of Royal Blue #5675FB
Tints of Royal Blue #5675FB
RGB
CMYK
RGB Variations
Color information
#5675FB (or 0x5675FB) is known color: Royal Blue. HEX triplet: 56, 75 and FB. RGB value is (86,117,251). Sum of RGB (Red+Green+Blue) = 86+117+251=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #5675FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675FB is #A98A04. Grayscale: #7A7A7A. Windows color (decimal): -11110917 or 16479574. OLE color: 16479574.
HSL color Cylindrical-coordinate representation of color #5675FB: hue angle of 228.73º degrees, saturation: 0.95, 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 #5675FB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 117 | 251 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.02 |
| HSL | 228.73º | 0.95% | 0.66% | - |
| HSV(B) | 228.73º | 0.66% | 0.98% | - |
| XYZ | 27.61 | 21.67 | 93.99 | - |
| YUV | 123.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 251 | 0.66 | 0.53 | 0 | 0.02 | 228.73 | 0.95 | 0.66 |
| Hex | 56 | 75 | FB | 42 | 35 | 0 | 2 | E5 | 5F | 42 |
| Octal | 126 | 165 | 373 | 102 | 65 | 0 | 2 | 345 | 137 | 102 |
| Binary | 1010110 | 1110101 | 11111011 | 1000010 | 110101 | 0 | 10 | 11100101 | 1011111 | 1000010 |
Color Harmonies of #5675FB
Complementary color
Monochromatic Colors of #5675FB
Black with #5675FB
Text Example
Text Example
White with #5675FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5675FB; }
p { color: rgb(86,117,251); }
H1.HeaderClassName
{
color: #5675FB;
}
.AnyTagClassName
{
color: #5675FB;
}
</style>
background-color css
<style>
a { background-color: #5675FB; }
a { background-color: rgb(86,117,251); }
div.DivClassName
{
background-color: #5675FB;
}
.BgClassName
{
background-color: #5675FB;
}
</style>
border-color css
<style>
span { border-color: #5675FB; }
span { border-color: rgb(86,117,251); }
td.TdClassName
{
border-color: #5675FB;
}
.TagClassName
{
border-color: #5675FB;
}
</style>