Shades of Royal Blue #537BEF
Tints of Royal Blue #537BEF
RGB
CMYK
RGB Variations
Color information
#537BEF (or 0x537BEF) is known color: Royal Blue. HEX triplet: 53, 7B and EF. RGB value is (83,123,239). Sum of RGB (Red+Green+Blue) = 83+123+239=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #537BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BEF is #AC8410. Grayscale: #7B7B7B. Windows color (decimal): -11306001 or 15694675. OLE color: 15694675.
HSL color Cylindrical-coordinate representation of color #537BEF: hue angle of 224.62º 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 #537BEF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 123 | 239 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.06 |
| HSL | 224.62º | 0.83% | 0.63% | - |
| HSV(B) | 224.62º | 0.65% | 0.94% | - |
| XYZ | 26.23 | 22.24 | 84.57 | - |
| YUV | 124.26 | 192.75 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 239 | 0.65 | 0.49 | 0 | 0.06 | 224.62 | 0.83 | 0.63 |
| Hex | 53 | 7B | EF | 41 | 31 | 0 | 6 | E1 | 53 | 3F |
| Octal | 123 | 173 | 357 | 101 | 61 | 0 | 6 | 341 | 123 | 77 |
| Binary | 1010011 | 1111011 | 11101111 | 1000001 | 110001 | 0 | 110 | 11100001 | 1010011 | 111111 |
Color Harmonies of #537BEF
Complementary color
Monochromatic Colors of #537BEF
Black with #537BEF
Text Example
Text Example
White with #537BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BEF; }
p { color: rgb(83,123,239); }
H1.HeaderClassName
{
color: #537BEF;
}
.AnyTagClassName
{
color: #537BEF;
}
</style>
background-color css
<style>
a { background-color: #537BEF; }
a { background-color: rgb(83,123,239); }
div.DivClassName
{
background-color: #537BEF;
}
.BgClassName
{
background-color: #537BEF;
}
</style>
border-color css
<style>
span { border-color: #537BEF; }
span { border-color: rgb(83,123,239); }
td.TdClassName
{
border-color: #537BEF;
}
.TagClassName
{
border-color: #537BEF;
}
</style>