Shades of Royal Blue #537BF1
Tints of Royal Blue #537BF1
RGB
CMYK
RGB Variations
Color information
#537BF1 (or 0x537BF1) is known color: Royal Blue. HEX triplet: 53, 7B and F1. RGB value is (83,123,241). Sum of RGB (Red+Green+Blue) = 83+123+241=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #537BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BF1 is #AC840E. Grayscale: #7B7B7B. Windows color (decimal): -11305999 or 15825747. OLE color: 15825747.
HSL color Cylindrical-coordinate representation of color #537BF1: hue angle of 224.81º degrees, saturation: 0.85, 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 #537BF1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 123 | 241 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.05 |
| HSL | 224.81º | 0.85% | 0.64% | - |
| HSV(B) | 224.81º | 0.66% | 0.95% | - |
| XYZ | 26.53 | 22.36 | 86.14 | - |
| YUV | 124.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 241 | 0.66 | 0.49 | 0 | 0.05 | 224.81 | 0.85 | 0.64 |
| Hex | 53 | 7B | F1 | 42 | 31 | 0 | 5 | E1 | 55 | 40 |
| Octal | 123 | 173 | 361 | 102 | 61 | 0 | 5 | 341 | 125 | 100 |
| Binary | 1010011 | 1111011 | 11110001 | 1000010 | 110001 | 0 | 101 | 11100001 | 1010101 | 1000000 |
Color Harmonies of #537BF1
Complementary color
Monochromatic Colors of #537BF1
Black with #537BF1
Text Example
Text Example
White with #537BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BF1; }
p { color: rgb(83,123,241); }
H1.HeaderClassName
{
color: #537BF1;
}
.AnyTagClassName
{
color: #537BF1;
}
</style>
background-color css
<style>
a { background-color: #537BF1; }
a { background-color: rgb(83,123,241); }
div.DivClassName
{
background-color: #537BF1;
}
.BgClassName
{
background-color: #537BF1;
}
</style>
border-color css
<style>
span { border-color: #537BF1; }
span { border-color: rgb(83,123,241); }
td.TdClassName
{
border-color: #537BF1;
}
.TagClassName
{
border-color: #537BF1;
}
</style>