Shades of Royal Blue #5672FC
Tints of Royal Blue #5672FC
RGB
CMYK
RGB Variations
Color information
#5672FC (or 0x5672FC) is known color: Royal Blue. HEX triplet: 56, 72 and FC. RGB value is (86,114,252). Sum of RGB (Red+Green+Blue) = 86+114+252=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #5672FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672FC is #A98D03. Grayscale: #787878. Windows color (decimal): -11111684 or 16544342. OLE color: 16544342.
HSL color Cylindrical-coordinate representation of color #5672FC: hue angle of 229.88º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5672FC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 114 | 252 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.01 |
| HSL | 229.88º | 0.97% | 0.66% | - |
| HSV(B) | 229.88º | 0.66% | 0.99% | - |
| XYZ | 27.43 | 21.04 | 94.71 | - |
| YUV | 121.36 | 201.72 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 252 | 0.66 | 0.55 | 0 | 0.01 | 229.88 | 0.97 | 0.66 |
| Hex | 56 | 72 | FC | 42 | 37 | 0 | 1 | E6 | 61 | 42 |
| Octal | 126 | 162 | 374 | 102 | 67 | 0 | 1 | 346 | 141 | 102 |
| Binary | 1010110 | 1110010 | 11111100 | 1000010 | 110111 | 0 | 1 | 11100110 | 1100001 | 1000010 |
Color Harmonies of #5672FC
Complementary color
Monochromatic Colors of #5672FC
Black with #5672FC
Text Example
Text Example
White with #5672FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672FC; }
p { color: rgb(86,114,252); }
H1.HeaderClassName
{
color: #5672FC;
}
.AnyTagClassName
{
color: #5672FC;
}
</style>
background-color css
<style>
a { background-color: #5672FC; }
a { background-color: rgb(86,114,252); }
div.DivClassName
{
background-color: #5672FC;
}
.BgClassName
{
background-color: #5672FC;
}
</style>
border-color css
<style>
span { border-color: #5672FC; }
span { border-color: rgb(86,114,252); }
td.TdClassName
{
border-color: #5672FC;
}
.TagClassName
{
border-color: #5672FC;
}
</style>