Shades of Royal Blue #5672FD
Tints of Royal Blue #5672FD
RGB
CMYK
RGB Variations
Color information
#5672FD (or 0x5672FD) is known color: Royal Blue. HEX triplet: 56, 72 and FD. RGB value is (86,114,253). Sum of RGB (Red+Green+Blue) = 86+114+253=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #5672FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672FD is #A98D02. Grayscale: #787878. Windows color (decimal): -11111683 or 16609878. OLE color: 16609878.
HSL color Cylindrical-coordinate representation of color #5672FD: hue angle of 229.94º degrees, saturation: 0.98, 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 #5672FD is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 114 | 253 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.01 |
| HSL | 229.94º | 0.98% | 0.66% | - |
| HSV(B) | 229.94º | 0.66% | 0.99% | - |
| XYZ | 27.58 | 21.1 | 95.55 | - |
| YUV | 121.47 | 202.22 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 253 | 0.66 | 0.55 | 0 | 0.01 | 229.94 | 0.98 | 0.66 |
| Hex | 56 | 72 | FD | 42 | 37 | 0 | 1 | E6 | 62 | 42 |
| Octal | 126 | 162 | 375 | 102 | 67 | 0 | 1 | 346 | 142 | 102 |
| Binary | 1010110 | 1110010 | 11111101 | 1000010 | 110111 | 0 | 1 | 11100110 | 1100010 | 1000010 |
Color Harmonies of #5672FD
Complementary color
Monochromatic Colors of #5672FD
Black with #5672FD
Text Example
Text Example
White with #5672FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672FD; }
p { color: rgb(86,114,253); }
H1.HeaderClassName
{
color: #5672FD;
}
.AnyTagClassName
{
color: #5672FD;
}
</style>
background-color css
<style>
a { background-color: #5672FD; }
a { background-color: rgb(86,114,253); }
div.DivClassName
{
background-color: #5672FD;
}
.BgClassName
{
background-color: #5672FD;
}
</style>
border-color css
<style>
span { border-color: #5672FD; }
span { border-color: rgb(86,114,253); }
td.TdClassName
{
border-color: #5672FD;
}
.TagClassName
{
border-color: #5672FD;
}
</style>