Shades of Royal Blue #537AF2
Tints of Royal Blue #537AF2
RGB
CMYK
RGB Variations
Color information
#537AF2 (or 0x537AF2) is known color: Royal Blue. HEX triplet: 53, 7A and F2. RGB value is (83,122,242). Sum of RGB (Red+Green+Blue) = 83+122+242=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #537AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF2 is #AC850D. Grayscale: #7B7B7B. Windows color (decimal): -11306254 or 15891027. OLE color: 15891027.
HSL color Cylindrical-coordinate representation of color #537AF2: hue angle of 225.28º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF2 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 122 | 242 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.05 |
| HSL | 225.28º | 0.86% | 0.64% | - |
| HSV(B) | 225.28º | 0.66% | 0.95% | - |
| XYZ | 26.55 | 22.17 | 86.88 | - |
| YUV | 124.02 | 194.58 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 242 | 0.66 | 0.50 | 0 | 0.05 | 225.28 | 0.86 | 0.64 |
| Hex | 53 | 7A | F2 | 42 | 32 | 0 | 5 | E1 | 56 | 40 |
| Octal | 123 | 172 | 362 | 102 | 62 | 0 | 5 | 341 | 126 | 100 |
| Binary | 1010011 | 1111010 | 11110010 | 1000010 | 110010 | 0 | 101 | 11100001 | 1010110 | 1000000 |
Color Harmonies of #537AF2
Complementary color
Monochromatic Colors of #537AF2
Black with #537AF2
Text Example
Text Example
White with #537AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AF2; }
p { color: rgb(83,122,242); }
H1.HeaderClassName
{
color: #537AF2;
}
.AnyTagClassName
{
color: #537AF2;
}
</style>
background-color css
<style>
a { background-color: #537AF2; }
a { background-color: rgb(83,122,242); }
div.DivClassName
{
background-color: #537AF2;
}
.BgClassName
{
background-color: #537AF2;
}
</style>
border-color css
<style>
span { border-color: #537AF2; }
span { border-color: rgb(83,122,242); }
td.TdClassName
{
border-color: #537AF2;
}
.TagClassName
{
border-color: #537AF2;
}
</style>