Shades of Royal Blue #576FF2
Tints of Royal Blue #576FF2
RGB
CMYK
RGB Variations
Color information
#576FF2 (or 0x576FF2) is known color: Royal Blue. HEX triplet: 57, 6F and F2. RGB value is (87,111,242). Sum of RGB (Red+Green+Blue) = 87+111+242=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #576FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #576FF2 is #A8900D. Grayscale: #767676. Windows color (decimal): -11046926 or 15888215. OLE color: 15888215.
HSL color Cylindrical-coordinate representation of color #576FF2: hue angle of 230.71º 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 #576FF2 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 111 | 242 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.05 |
| HSL | 230.71º | 0.86% | 0.65% | - |
| HSV(B) | 230.71º | 0.64% | 0.95% | - |
| XYZ | 25.64 | 19.81 | 86.48 | - |
| YUV | 118.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 242 | 0.64 | 0.54 | 0 | 0.05 | 230.71 | 0.86 | 0.65 |
| Hex | 57 | 6F | F2 | 40 | 36 | 0 | 5 | E7 | 56 | 41 |
| Octal | 127 | 157 | 362 | 100 | 66 | 0 | 5 | 347 | 126 | 101 |
| Binary | 1010111 | 1101111 | 11110010 | 1000000 | 110110 | 0 | 101 | 11100111 | 1010110 | 1000001 |
Color Harmonies of #576FF2
Complementary color
Monochromatic Colors of #576FF2
Black with #576FF2
Text Example
Text Example
White with #576FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576FF2; }
p { color: rgb(87,111,242); }
H1.HeaderClassName
{
color: #576FF2;
}
.AnyTagClassName
{
color: #576FF2;
}
</style>
background-color css
<style>
a { background-color: #576FF2; }
a { background-color: rgb(87,111,242); }
div.DivClassName
{
background-color: #576FF2;
}
.BgClassName
{
background-color: #576FF2;
}
</style>
border-color css
<style>
span { border-color: #576FF2; }
span { border-color: rgb(87,111,242); }
td.TdClassName
{
border-color: #576FF2;
}
.TagClassName
{
border-color: #576FF2;
}
</style>