Shades of Royal Blue #5364EF
Tints of Royal Blue #5364EF
RGB
CMYK
RGB Variations
Color information
#5364EF (or 0x5364EF) is known color: Royal Blue. HEX triplet: 53, 64 and EF. RGB value is (83,100,239). Sum of RGB (Red+Green+Blue) = 83+100+239=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #5364EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364EF is #AC9B10. Grayscale: #6E6E6E. Windows color (decimal): -11311889 or 15688787. OLE color: 15688787.
HSL color Cylindrical-coordinate representation of color #5364EF: hue angle of 233.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5364EF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 100 | 239 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.06 |
| HSL | 233.46º | 0.83% | 0.63% | - |
| HSV(B) | 233.46º | 0.65% | 0.94% | - |
| XYZ | 23.7 | 17.19 | 83.73 | - |
| YUV | 110.76 | 200.37 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 239 | 0.65 | 0.58 | 0 | 0.06 | 233.46 | 0.83 | 0.63 |
| Hex | 53 | 64 | EF | 41 | 3A | 0 | 6 | E9 | 53 | 3F |
| Octal | 123 | 144 | 357 | 101 | 72 | 0 | 6 | 351 | 123 | 77 |
| Binary | 1010011 | 1100100 | 11101111 | 1000001 | 111010 | 0 | 110 | 11101001 | 1010011 | 111111 |
Color Harmonies of #5364EF
Complementary color
Monochromatic Colors of #5364EF
Black with #5364EF
Text Example
Text Example
White with #5364EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364EF; }
p { color: rgb(83,100,239); }
H1.HeaderClassName
{
color: #5364EF;
}
.AnyTagClassName
{
color: #5364EF;
}
</style>
background-color css
<style>
a { background-color: #5364EF; }
a { background-color: rgb(83,100,239); }
div.DivClassName
{
background-color: #5364EF;
}
.BgClassName
{
background-color: #5364EF;
}
</style>
border-color css
<style>
span { border-color: #5364EF; }
span { border-color: rgb(83,100,239); }
td.TdClassName
{
border-color: #5364EF;
}
.TagClassName
{
border-color: #5364EF;
}
</style>