Shades of Royal Blue #567DDF
Tints of Royal Blue #567DDF
RGB
CMYK
RGB Variations
Color information
#567DDF (or 0x567DDF) is known color: Royal Blue. HEX triplet: 56, 7D and DF. RGB value is (86,125,223). Sum of RGB (Red+Green+Blue) = 86+125+223=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #567DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DDF is #A98220. Grayscale: #7C7C7C. Windows color (decimal): -11108897 or 14646614. OLE color: 14646614.
HSL color Cylindrical-coordinate representation of color #567DDF: hue angle of 222.92º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567DDF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 125 | 223 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 222.92º | 0.68% | 0.61% | - |
| HSV(B) | 222.92º | 0.61% | 0.87% | - |
| XYZ | 24.49 | 21.97 | 72.76 | - |
| YUV | 124.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 223 | 0.61 | 0.44 | 0 | 0.13 | 222.92 | 0.68 | 0.61 |
| Hex | 56 | 7D | DF | 3D | 2C | 0 | D | DF | 44 | 3D |
| Octal | 126 | 175 | 337 | 75 | 54 | 0 | 15 | 337 | 104 | 75 |
| Binary | 1010110 | 1111101 | 11011111 | 111101 | 101100 | 0 | 1101 | 11011111 | 1000100 | 111101 |
Color Harmonies of #567DDF
Complementary color
Monochromatic Colors of #567DDF
Black with #567DDF
Text Example
Text Example
White with #567DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DDF; }
p { color: rgb(86,125,223); }
H1.HeaderClassName
{
color: #567DDF;
}
.AnyTagClassName
{
color: #567DDF;
}
</style>
background-color css
<style>
a { background-color: #567DDF; }
a { background-color: rgb(86,125,223); }
div.DivClassName
{
background-color: #567DDF;
}
.BgClassName
{
background-color: #567DDF;
}
</style>
border-color css
<style>
span { border-color: #567DDF; }
span { border-color: rgb(86,125,223); }
td.TdClassName
{
border-color: #567DDF;
}
.TagClassName
{
border-color: #567DDF;
}
</style>