Shades of Royal Blue #537AF4
Tints of Royal Blue #537AF4
RGB
CMYK
RGB Variations
Color information
#537AF4 (or 0x537AF4) is known color: Royal Blue. HEX triplet: 53, 7A and F4. RGB value is (83,122,244). Sum of RGB (Red+Green+Blue) = 83+122+244=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #537AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF4 is #AC850B. Grayscale: #7B7B7B. Windows color (decimal): -11306252 or 16022099. OLE color: 16022099.
HSL color Cylindrical-coordinate representation of color #537AF4: hue angle of 225.47º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF4 is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 122 | 244 | - |
| CMYK | 0.66 | 0.5 | 0 | 0.04 |
| HSL | 225.47º | 0.88% | 0.64% | - |
| HSV(B) | 225.47º | 0.66% | 0.96% | - |
| XYZ | 26.86 | 22.29 | 88.47 | - |
| YUV | 124.25 | 195.58 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 244 | 0.66 | 0.5 | 0 | 0.04 | 225.47 | 0.88 | 0.64 |
| Hex | 53 | 7A | F4 | 42 | 32 | 0 | 4 | E1 | 58 | 40 |
| Octal | 123 | 172 | 364 | 102 | 62 | 0 | 4 | 341 | 130 | 100 |
| Binary | 1010011 | 1111010 | 11110100 | 1000010 | 110010 | 0 | 100 | 11100001 | 1011000 | 1000000 |
Color Harmonies of #537AF4
Complementary color
Monochromatic Colors of #537AF4
Black with #537AF4
Text Example
Text Example
White with #537AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AF4; }
p { color: rgb(83,122,244); }
H1.HeaderClassName
{
color: #537AF4;
}
.AnyTagClassName
{
color: #537AF4;
}
</style>
background-color css
<style>
a { background-color: #537AF4; }
a { background-color: rgb(83,122,244); }
div.DivClassName
{
background-color: #537AF4;
}
.BgClassName
{
background-color: #537AF4;
}
</style>
border-color css
<style>
span { border-color: #537AF4; }
span { border-color: rgb(83,122,244); }
td.TdClassName
{
border-color: #537AF4;
}
.TagClassName
{
border-color: #537AF4;
}
</style>