Shades of Royal Blue #5768DF
Tints of Royal Blue #5768DF
RGB
CMYK
RGB Variations
Color information
#5768DF (or 0x5768DF) is known color: Royal Blue. HEX triplet: 57, 68 and DF. RGB value is (87,104,223). Sum of RGB (Red+Green+Blue) = 87+104+223=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #5768DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768DF is #A89720. Grayscale: #6F6F6F. Windows color (decimal): -11048737 or 14641239. OLE color: 14641239.
HSL color Cylindrical-coordinate representation of color #5768DF: hue angle of 232.5º 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 #5768DF is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 104 | 223 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.13 |
| HSL | 232.5º | 0.68% | 0.61% | - |
| HSV(B) | 232.5º | 0.61% | 0.87% | - |
| XYZ | 22.2 | 17.25 | 71.97 | - |
| YUV | 112.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 223 | 0.61 | 0.53 | 0 | 0.13 | 232.5 | 0.68 | 0.61 |
| Hex | 57 | 68 | DF | 3D | 35 | 0 | D | E8 | 44 | 3D |
| Octal | 127 | 150 | 337 | 75 | 65 | 0 | 15 | 350 | 104 | 75 |
| Binary | 1010111 | 1101000 | 11011111 | 111101 | 110101 | 0 | 1101 | 11101000 | 1000100 | 111101 |
Color Harmonies of #5768DF
Complementary color
Monochromatic Colors of #5768DF
Black with #5768DF
Text Example
Text Example
White with #5768DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5768DF; }
p { color: rgb(87,104,223); }
H1.HeaderClassName
{
color: #5768DF;
}
.AnyTagClassName
{
color: #5768DF;
}
</style>
background-color css
<style>
a { background-color: #5768DF; }
a { background-color: rgb(87,104,223); }
div.DivClassName
{
background-color: #5768DF;
}
.BgClassName
{
background-color: #5768DF;
}
</style>
border-color css
<style>
span { border-color: #5768DF; }
span { border-color: rgb(87,104,223); }
td.TdClassName
{
border-color: #5768DF;
}
.TagClassName
{
border-color: #5768DF;
}
</style>