Shades of Royal Blue #5672EB
Tints of Royal Blue #5672EB
RGB
CMYK
RGB Variations
Color information
#5672EB (or 0x5672EB) is known color: Royal Blue. HEX triplet: 56, 72 and EB. RGB value is (86,114,235). Sum of RGB (Red+Green+Blue) = 86+114+235=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #5672EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672EB is #A98D14. Grayscale: #767676. Windows color (decimal): -11111701 or 15430230. OLE color: 15430230.
HSL color Cylindrical-coordinate representation of color #5672EB: hue angle of 228.72º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5672EB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 114 | 235 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.08 |
| HSL | 228.72º | 0.79% | 0.63% | - |
| HSV(B) | 228.72º | 0.63% | 0.92% | - |
| XYZ | 24.85 | 20.01 | 81.15 | - |
| YUV | 119.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 235 | 0.63 | 0.51 | 0 | 0.08 | 228.72 | 0.79 | 0.63 |
| Hex | 56 | 72 | EB | 3F | 33 | 0 | 8 | E5 | 4F | 3F |
| Octal | 126 | 162 | 353 | 77 | 63 | 0 | 10 | 345 | 117 | 77 |
| Binary | 1010110 | 1110010 | 11101011 | 111111 | 110011 | 0 | 1000 | 11100101 | 1001111 | 111111 |
Color Harmonies of #5672EB
Complementary color
Monochromatic Colors of #5672EB
Black with #5672EB
Text Example
Text Example
White with #5672EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672EB; }
p { color: rgb(86,114,235); }
H1.HeaderClassName
{
color: #5672EB;
}
.AnyTagClassName
{
color: #5672EB;
}
</style>
background-color css
<style>
a { background-color: #5672EB; }
a { background-color: rgb(86,114,235); }
div.DivClassName
{
background-color: #5672EB;
}
.BgClassName
{
background-color: #5672EB;
}
</style>
border-color css
<style>
span { border-color: #5672EB; }
span { border-color: rgb(86,114,235); }
td.TdClassName
{
border-color: #5672EB;
}
.TagClassName
{
border-color: #5672EB;
}
</style>