Shades of Royal Blue #5357DF
Tints of Royal Blue #5357DF
RGB
CMYK
RGB Variations
Color information
#5357DF (or 0x5357DF) is known color: Royal Blue. HEX triplet: 53, 57 and DF. RGB value is (83,87,223). Sum of RGB (Red+Green+Blue) = 83+87+223=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5357DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357DF is #ACA820. Grayscale: #646464. Windows color (decimal): -11315233 or 14636883. OLE color: 14636883.
HSL color Cylindrical-coordinate representation of color #5357DF: hue angle of 238.29º 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 #5357DF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 87 | 223 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.13 |
| HSL | 238.29º | 0.69% | 0.6% | - |
| HSV(B) | 238.29º | 0.63% | 0.87% | - |
| XYZ | 20.29 | 13.98 | 71.44 | - |
| YUV | 101.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 223 | 0.63 | 0.61 | 0 | 0.13 | 238.29 | 0.69 | 0.6 |
| Hex | 53 | 57 | DF | 3F | 3D | 0 | D | EE | 45 | 3C |
| Octal | 123 | 127 | 337 | 77 | 75 | 0 | 15 | 356 | 105 | 74 |
| Binary | 1010011 | 1010111 | 11011111 | 111111 | 111101 | 0 | 1101 | 11101110 | 1000101 | 111100 |
Color Harmonies of #5357DF
Complementary color
Monochromatic Colors of #5357DF
Black with #5357DF
Text Example
Text Example
White with #5357DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5357DF; }
p { color: rgb(83,87,223); }
H1.HeaderClassName
{
color: #5357DF;
}
.AnyTagClassName
{
color: #5357DF;
}
</style>
background-color css
<style>
a { background-color: #5357DF; }
a { background-color: rgb(83,87,223); }
div.DivClassName
{
background-color: #5357DF;
}
.BgClassName
{
background-color: #5357DF;
}
</style>
border-color css
<style>
span { border-color: #5357DF; }
span { border-color: rgb(83,87,223); }
td.TdClassName
{
border-color: #5357DF;
}
.TagClassName
{
border-color: #5357DF;
}
</style>