Shades of Royal Blue #5672EF
Tints of Royal Blue #5672EF
RGB
CMYK
RGB Variations
Color information
#5672EF (or 0x5672EF) is known color: Royal Blue. HEX triplet: 56, 72 and EF. RGB value is (86,114,239). Sum of RGB (Red+Green+Blue) = 86+114+239=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #5672EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672EF is #A98D10. Grayscale: #777777. Windows color (decimal): -11111697 or 15692374. OLE color: 15692374.
HSL color Cylindrical-coordinate representation of color #5672EF: hue angle of 229.02º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5672EF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 114 | 239 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.06 |
| HSL | 229.02º | 0.83% | 0.64% | - |
| HSV(B) | 229.02º | 0.64% | 0.94% | - |
| XYZ | 25.44 | 20.25 | 84.23 | - |
| YUV | 119.88 | 195.22 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 239 | 0.64 | 0.52 | 0 | 0.06 | 229.02 | 0.83 | 0.64 |
| Hex | 56 | 72 | EF | 40 | 34 | 0 | 6 | E5 | 53 | 40 |
| Octal | 126 | 162 | 357 | 100 | 64 | 0 | 6 | 345 | 123 | 100 |
| Binary | 1010110 | 1110010 | 11101111 | 1000000 | 110100 | 0 | 110 | 11100101 | 1010011 | 1000000 |
Color Harmonies of #5672EF
Complementary color
Monochromatic Colors of #5672EF
Black with #5672EF
Text Example
Text Example
White with #5672EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672EF; }
p { color: rgb(86,114,239); }
H1.HeaderClassName
{
color: #5672EF;
}
.AnyTagClassName
{
color: #5672EF;
}
</style>
background-color css
<style>
a { background-color: #5672EF; }
a { background-color: rgb(86,114,239); }
div.DivClassName
{
background-color: #5672EF;
}
.BgClassName
{
background-color: #5672EF;
}
</style>
border-color css
<style>
span { border-color: #5672EF; }
span { border-color: rgb(86,114,239); }
td.TdClassName
{
border-color: #5672EF;
}
.TagClassName
{
border-color: #5672EF;
}
</style>