Shades of Royal Blue #576AF2
Tints of Royal Blue #576AF2
RGB
CMYK
RGB Variations
Color information
#576AF2 (or 0x576AF2) is known color: Royal Blue. HEX triplet: 57, 6A and F2. RGB value is (87,106,242). Sum of RGB (Red+Green+Blue) = 87+106+242=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #576AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #576AF2 is #A8950D. Grayscale: #737373. Windows color (decimal): -11048206 or 15886935. OLE color: 15886935.
HSL color Cylindrical-coordinate representation of color #576AF2: hue angle of 232.65º 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 #576AF2 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 106 | 242 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.05 |
| HSL | 232.65º | 0.86% | 0.65% | - |
| HSV(B) | 232.65º | 0.64% | 0.95% | - |
| XYZ | 25.11 | 18.75 | 86.3 | - |
| YUV | 115.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 242 | 0.64 | 0.56 | 0 | 0.05 | 232.65 | 0.86 | 0.65 |
| Hex | 57 | 6A | F2 | 40 | 38 | 0 | 5 | E9 | 56 | 41 |
| Octal | 127 | 152 | 362 | 100 | 70 | 0 | 5 | 351 | 126 | 101 |
| Binary | 1010111 | 1101010 | 11110010 | 1000000 | 111000 | 0 | 101 | 11101001 | 1010110 | 1000001 |
Color Harmonies of #576AF2
Complementary color
Monochromatic Colors of #576AF2
Black with #576AF2
Text Example
Text Example
White with #576AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AF2; }
p { color: rgb(87,106,242); }
H1.HeaderClassName
{
color: #576AF2;
}
.AnyTagClassName
{
color: #576AF2;
}
</style>
background-color css
<style>
a { background-color: #576AF2; }
a { background-color: rgb(87,106,242); }
div.DivClassName
{
background-color: #576AF2;
}
.BgClassName
{
background-color: #576AF2;
}
</style>
border-color css
<style>
span { border-color: #576AF2; }
span { border-color: rgb(87,106,242); }
td.TdClassName
{
border-color: #576AF2;
}
.TagClassName
{
border-color: #576AF2;
}
</style>