Shades of Royal Blue #5368DF
Tints of Royal Blue #5368DF
RGB
CMYK
RGB Variations
Color information
#5368DF (or 0x5368DF) is known color: Royal Blue. HEX triplet: 53, 68 and DF. RGB value is (83,104,223). Sum of RGB (Red+Green+Blue) = 83+104+223=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #5368DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368DF is #AC9720. Grayscale: #6E6E6E. Windows color (decimal): -11310881 or 14641235. OLE color: 14641235.
HSL color Cylindrical-coordinate representation of color #5368DF: hue angle of 231º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5368DF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 104 | 223 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.13 |
| HSL | 231º | 0.69% | 0.6% | - |
| HSV(B) | 231º | 0.63% | 0.87% | - |
| XYZ | 21.84 | 17.07 | 71.96 | - |
| YUV | 111.29 | 191.04 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 223 | 0.63 | 0.53 | 0 | 0.13 | 231 | 0.69 | 0.6 |
| Hex | 53 | 68 | DF | 3F | 35 | 0 | D | E7 | 45 | 3C |
| Octal | 123 | 150 | 337 | 77 | 65 | 0 | 15 | 347 | 105 | 74 |
| Binary | 1010011 | 1101000 | 11011111 | 111111 | 110101 | 0 | 1101 | 11100111 | 1000101 | 111100 |
Color Harmonies of #5368DF
Complementary color
Monochromatic Colors of #5368DF
Black with #5368DF
Text Example
Text Example
White with #5368DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368DF; }
p { color: rgb(83,104,223); }
H1.HeaderClassName
{
color: #5368DF;
}
.AnyTagClassName
{
color: #5368DF;
}
</style>
background-color css
<style>
a { background-color: #5368DF; }
a { background-color: rgb(83,104,223); }
div.DivClassName
{
background-color: #5368DF;
}
.BgClassName
{
background-color: #5368DF;
}
</style>
border-color css
<style>
span { border-color: #5368DF; }
span { border-color: rgb(83,104,223); }
td.TdClassName
{
border-color: #5368DF;
}
.TagClassName
{
border-color: #5368DF;
}
</style>