Shades of Royal Blue #537AF9
Tints of Royal Blue #537AF9
RGB
CMYK
RGB Variations
Color information
#537AF9 (or 0x537AF9) is known color: Royal Blue. HEX triplet: 53, 7A and F9. RGB value is (83,122,249). Sum of RGB (Red+Green+Blue) = 83+122+249=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #537AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF9 is #AC8506. Grayscale: #7C7C7C. Windows color (decimal): -11306247 or 16349779. OLE color: 16349779.
HSL color Cylindrical-coordinate representation of color #537AF9: hue angle of 225.9º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537AF9 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 122 | 249 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.02 |
| HSL | 225.9º | 0.93% | 0.65% | - |
| HSV(B) | 225.9º | 0.67% | 0.98% | - |
| XYZ | 27.63 | 22.6 | 92.53 | - |
| YUV | 124.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 249 | 0.67 | 0.51 | 0 | 0.02 | 225.9 | 0.93 | 0.65 |
| Hex | 53 | 7A | F9 | 43 | 33 | 0 | 2 | E2 | 5D | 41 |
| Octal | 123 | 172 | 371 | 103 | 63 | 0 | 2 | 342 | 135 | 101 |
| Binary | 1010011 | 1111010 | 11111001 | 1000011 | 110011 | 0 | 10 | 11100010 | 1011101 | 1000001 |
Color Harmonies of #537AF9
Complementary color
Monochromatic Colors of #537AF9
Black with #537AF9
Text Example
Text Example
White with #537AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AF9; }
p { color: rgb(83,122,249); }
H1.HeaderClassName
{
color: #537AF9;
}
.AnyTagClassName
{
color: #537AF9;
}
</style>
background-color css
<style>
a { background-color: #537AF9; }
a { background-color: rgb(83,122,249); }
div.DivClassName
{
background-color: #537AF9;
}
.BgClassName
{
background-color: #537AF9;
}
</style>
border-color css
<style>
span { border-color: #537AF9; }
span { border-color: rgb(83,122,249); }
td.TdClassName
{
border-color: #537AF9;
}
.TagClassName
{
border-color: #537AF9;
}
</style>