Shades of Royal Blue #5773F2
Tints of Royal Blue #5773F2
RGB
CMYK
RGB Variations
Color information
#5773F2 (or 0x5773F2) is known color: Royal Blue. HEX triplet: 57, 73 and F2. RGB value is (87,115,242). Sum of RGB (Red+Green+Blue) = 87+115+242=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #5773F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773F2 is #A88C0D. Grayscale: #787878. Windows color (decimal): -11045902 or 15889239. OLE color: 15889239.
HSL color Cylindrical-coordinate representation of color #5773F2: hue angle of 229.16º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5773F2 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 115 | 242 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.05 |
| HSL | 229.16º | 0.86% | 0.65% | - |
| HSV(B) | 229.16º | 0.64% | 0.95% | - |
| XYZ | 26.09 | 20.7 | 86.62 | - |
| YUV | 121.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 242 | 0.64 | 0.52 | 0 | 0.05 | 229.16 | 0.86 | 0.65 |
| Hex | 57 | 73 | F2 | 40 | 34 | 0 | 5 | E5 | 56 | 41 |
| Octal | 127 | 163 | 362 | 100 | 64 | 0 | 5 | 345 | 126 | 101 |
| Binary | 1010111 | 1110011 | 11110010 | 1000000 | 110100 | 0 | 101 | 11100101 | 1010110 | 1000001 |
Color Harmonies of #5773F2
Complementary color
Monochromatic Colors of #5773F2
Black with #5773F2
Text Example
Text Example
White with #5773F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773F2; }
p { color: rgb(87,115,242); }
H1.HeaderClassName
{
color: #5773F2;
}
.AnyTagClassName
{
color: #5773F2;
}
</style>
background-color css
<style>
a { background-color: #5773F2; }
a { background-color: rgb(87,115,242); }
div.DivClassName
{
background-color: #5773F2;
}
.BgClassName
{
background-color: #5773F2;
}
</style>
border-color css
<style>
span { border-color: #5773F2; }
span { border-color: rgb(87,115,242); }
td.TdClassName
{
border-color: #5773F2;
}
.TagClassName
{
border-color: #5773F2;
}
</style>