Shades of Royal Blue #5670DB
Tints of Royal Blue #5670DB
RGB
CMYK
RGB Variations
Color information
#5670DB (or 0x5670DB) is known color: Royal Blue. HEX triplet: 56, 70 and DB. RGB value is (86,112,219). Sum of RGB (Red+Green+Blue) = 86+112+219=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #5670DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670DB is #A98F24. Grayscale: #737373. Windows color (decimal): -11112229 or 14381142. OLE color: 14381142.
HSL color Cylindrical-coordinate representation of color #5670DB: hue angle of 228.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5670DB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 112 | 219 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.14 |
| HSL | 228.27º | 0.65% | 0.6% | - |
| HSV(B) | 228.27º | 0.61% | 0.86% | - |
| XYZ | 22.42 | 18.68 | 69.44 | - |
| YUV | 116.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 219 | 0.61 | 0.49 | 0 | 0.14 | 228.27 | 0.65 | 0.6 |
| Hex | 56 | 70 | DB | 3D | 31 | 0 | E | E4 | 41 | 3C |
| Octal | 126 | 160 | 333 | 75 | 61 | 0 | 16 | 344 | 101 | 74 |
| Binary | 1010110 | 1110000 | 11011011 | 111101 | 110001 | 0 | 1110 | 11100100 | 1000001 | 111100 |
Color Harmonies of #5670DB
Complementary color
Monochromatic Colors of #5670DB
Black with #5670DB
Text Example
Text Example
White with #5670DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5670DB; }
p { color: rgb(86,112,219); }
H1.HeaderClassName
{
color: #5670DB;
}
.AnyTagClassName
{
color: #5670DB;
}
</style>
background-color css
<style>
a { background-color: #5670DB; }
a { background-color: rgb(86,112,219); }
div.DivClassName
{
background-color: #5670DB;
}
.BgClassName
{
background-color: #5670DB;
}
</style>
border-color css
<style>
span { border-color: #5670DB; }
span { border-color: rgb(86,112,219); }
td.TdClassName
{
border-color: #5670DB;
}
.TagClassName
{
border-color: #5670DB;
}
</style>