Shades of Royal Blue #5670FE
Tints of Royal Blue #5670FE
RGB
CMYK
RGB Variations
Color information
#5670FE (or 0x5670FE) is known color: Royal Blue. HEX triplet: 56, 70 and FE. RGB value is (86,112,254). Sum of RGB (Red+Green+Blue) = 86+112+254=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #5670FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5670FE is #A98F01. Grayscale: #777777. Windows color (decimal): -11112194 or 16674902. OLE color: 16674902.
HSL color Cylindrical-coordinate representation of color #5670FE: hue angle of 230.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5670FE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 112 | 254 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.00 |
| HSL | 230.71º | 0.99% | 0.67% | - |
| HSV(B) | 230.71º | 0.66% | 1% | - |
| XYZ | 27.52 | 20.72 | 96.32 | - |
| YUV | 120.41 | 203.39 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 254 | 0.66 | 0.56 | 0 | 0.00 | 230.71 | 0.99 | 0.67 |
| Hex | 56 | 70 | FE | 42 | 38 | 0 | 0 | E7 | 63 | 43 |
| Octal | 126 | 160 | 376 | 102 | 70 | 0 | 0 | 347 | 143 | 103 |
| Binary | 1010110 | 1110000 | 11111110 | 1000010 | 111000 | 0 | 0 | 11100111 | 1100011 | 1000011 |
Color Harmonies of #5670FE
Complementary color
Monochromatic Colors of #5670FE
Black with #5670FE
Text Example
Text Example
White with #5670FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5670FE; }
p { color: rgb(86,112,254); }
H1.HeaderClassName
{
color: #5670FE;
}
.AnyTagClassName
{
color: #5670FE;
}
</style>
background-color css
<style>
a { background-color: #5670FE; }
a { background-color: rgb(86,112,254); }
div.DivClassName
{
background-color: #5670FE;
}
.BgClassName
{
background-color: #5670FE;
}
</style>
border-color css
<style>
span { border-color: #5670FE; }
span { border-color: rgb(86,112,254); }
td.TdClassName
{
border-color: #5670FE;
}
.TagClassName
{
border-color: #5670FE;
}
</style>