Shades of Royal Blue #537CF2
Tints of Royal Blue #537CF2
RGB
CMYK
RGB Variations
Color information
#537CF2 (or 0x537CF2) is known color: Royal Blue. HEX triplet: 53, 7C and F2. RGB value is (83,124,242). Sum of RGB (Red+Green+Blue) = 83+124+242=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #537CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CF2 is #AC830D. Grayscale: #7C7C7C. Windows color (decimal): -11305742 or 15891539. OLE color: 15891539.
HSL color Cylindrical-coordinate representation of color #537CF2: hue angle of 224.53º 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 #537CF2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 124 | 242 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.05 |
| HSL | 224.53º | 0.86% | 0.64% | - |
| HSV(B) | 224.53º | 0.66% | 0.95% | - |
| XYZ | 26.8 | 22.67 | 86.97 | - |
| YUV | 125.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 242 | 0.66 | 0.49 | 0 | 0.05 | 224.53 | 0.86 | 0.64 |
| Hex | 53 | 7C | F2 | 42 | 31 | 0 | 5 | E1 | 56 | 40 |
| Octal | 123 | 174 | 362 | 102 | 61 | 0 | 5 | 341 | 126 | 100 |
| Binary | 1010011 | 1111100 | 11110010 | 1000010 | 110001 | 0 | 101 | 11100001 | 1010110 | 1000000 |
Color Harmonies of #537CF2
Complementary color
Monochromatic Colors of #537CF2
Black with #537CF2
Text Example
Text Example
White with #537CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CF2; }
p { color: rgb(83,124,242); }
H1.HeaderClassName
{
color: #537CF2;
}
.AnyTagClassName
{
color: #537CF2;
}
</style>
background-color css
<style>
a { background-color: #537CF2; }
a { background-color: rgb(83,124,242); }
div.DivClassName
{
background-color: #537CF2;
}
.BgClassName
{
background-color: #537CF2;
}
</style>
border-color css
<style>
span { border-color: #537CF2; }
span { border-color: rgb(83,124,242); }
td.TdClassName
{
border-color: #537CF2;
}
.TagClassName
{
border-color: #537CF2;
}
</style>