Shades of Royal Blue #537AF3
Tints of Royal Blue #537AF3
RGB
CMYK
RGB Variations
Color information
#537AF3 (or 0x537AF3) is known color: Royal Blue. HEX triplet: 53, 7A and F3. RGB value is (83,122,243). Sum of RGB (Red+Green+Blue) = 83+122+243=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #537AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF3 is #AC850C. Grayscale: #7B7B7B. Windows color (decimal): -11306253 or 15956563. OLE color: 15956563.
HSL color Cylindrical-coordinate representation of color #537AF3: hue angle of 225.38º degrees, saturation: 0.87, 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 #537AF3 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 122 | 243 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.05 |
| HSL | 225.38º | 0.87% | 0.64% | - |
| HSV(B) | 225.38º | 0.66% | 0.95% | - |
| XYZ | 26.7 | 22.23 | 87.68 | - |
| YUV | 124.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 243 | 0.66 | 0.50 | 0 | 0.05 | 225.38 | 0.87 | 0.64 |
| Hex | 53 | 7A | F3 | 42 | 32 | 0 | 5 | E1 | 57 | 40 |
| Octal | 123 | 172 | 363 | 102 | 62 | 0 | 5 | 341 | 127 | 100 |
| Binary | 1010011 | 1111010 | 11110011 | 1000010 | 110010 | 0 | 101 | 11100001 | 1010111 | 1000000 |
Color Harmonies of #537AF3
Complementary color
Monochromatic Colors of #537AF3
Black with #537AF3
Text Example
Text Example
White with #537AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AF3; }
p { color: rgb(83,122,243); }
H1.HeaderClassName
{
color: #537AF3;
}
.AnyTagClassName
{
color: #537AF3;
}
</style>
background-color css
<style>
a { background-color: #537AF3; }
a { background-color: rgb(83,122,243); }
div.DivClassName
{
background-color: #537AF3;
}
.BgClassName
{
background-color: #537AF3;
}
</style>
border-color css
<style>
span { border-color: #537AF3; }
span { border-color: rgb(83,122,243); }
td.TdClassName
{
border-color: #537AF3;
}
.TagClassName
{
border-color: #537AF3;
}
</style>