Shades of Royal Blue #5371FD
Tints of Royal Blue #5371FD
RGB
CMYK
RGB Variations
Color information
#5371FD (or 0x5371FD) is known color: Royal Blue. HEX triplet: 53, 71 and FD. RGB value is (83,113,253). Sum of RGB (Red+Green+Blue) = 83+113+253=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5371FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5371FD is #AC8E02. Grayscale: #777777. Windows color (decimal): -11308547 or 16609619. OLE color: 16609619.
HSL color Cylindrical-coordinate representation of color #5371FD: hue angle of 229.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5371FD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 113 | 253 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.01 |
| HSL | 229.41º | 0.98% | 0.66% | - |
| HSV(B) | 229.41º | 0.67% | 0.99% | - |
| XYZ | 27.2 | 20.74 | 95.5 | - |
| YUV | 119.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 253 | 0.67 | 0.55 | 0 | 0.01 | 229.41 | 0.98 | 0.66 |
| Hex | 53 | 71 | FD | 43 | 37 | 0 | 1 | E5 | 62 | 42 |
| Octal | 123 | 161 | 375 | 103 | 67 | 0 | 1 | 345 | 142 | 102 |
| Binary | 1010011 | 1110001 | 11111101 | 1000011 | 110111 | 0 | 1 | 11100101 | 1100010 | 1000010 |
Color Harmonies of #5371FD
Complementary color
Monochromatic Colors of #5371FD
Black with #5371FD
Text Example
Text Example
White with #5371FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5371FD; }
p { color: rgb(83,113,253); }
H1.HeaderClassName
{
color: #5371FD;
}
.AnyTagClassName
{
color: #5371FD;
}
</style>
background-color css
<style>
a { background-color: #5371FD; }
a { background-color: rgb(83,113,253); }
div.DivClassName
{
background-color: #5371FD;
}
.BgClassName
{
background-color: #5371FD;
}
</style>
border-color css
<style>
span { border-color: #5371FD; }
span { border-color: rgb(83,113,253); }
td.TdClassName
{
border-color: #5371FD;
}
.TagClassName
{
border-color: #5371FD;
}
</style>