Shades of Royal Blue #575FE7
Tints of Royal Blue #575FE7
RGB
CMYK
RGB Variations
Color information
#575FE7 (or 0x575FE7) is known color: Royal Blue. HEX triplet: 57, 5F and E7. RGB value is (87,95,231). Sum of RGB (Red+Green+Blue) = 87+95+231=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #575FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FE7 is #A8A018. Grayscale: #6B6B6B. Windows color (decimal): -11051033 or 15163223. OLE color: 15163223.
HSL color Cylindrical-coordinate representation of color #575FE7: hue angle of 236.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575FE7 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 95 | 231 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.09 |
| HSL | 236.67º | 0.75% | 0.62% | - |
| HSV(B) | 236.67º | 0.62% | 0.91% | - |
| XYZ | 22.45 | 15.98 | 77.5 | - |
| YUV | 108.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 231 | 0.62 | 0.59 | 0 | 0.09 | 236.67 | 0.75 | 0.62 |
| Hex | 57 | 5F | E7 | 3E | 3B | 0 | 9 | ED | 4B | 3E |
| Octal | 127 | 137 | 347 | 76 | 73 | 0 | 11 | 355 | 113 | 76 |
| Binary | 1010111 | 1011111 | 11100111 | 111110 | 111011 | 0 | 1001 | 11101101 | 1001011 | 111110 |
Color Harmonies of #575FE7
Complementary color
Monochromatic Colors of #575FE7
Black with #575FE7
Text Example
Text Example
White with #575FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FE7; }
p { color: rgb(87,95,231); }
H1.HeaderClassName
{
color: #575FE7;
}
.AnyTagClassName
{
color: #575FE7;
}
</style>
background-color css
<style>
a { background-color: #575FE7; }
a { background-color: rgb(87,95,231); }
div.DivClassName
{
background-color: #575FE7;
}
.BgClassName
{
background-color: #575FE7;
}
</style>
border-color css
<style>
span { border-color: #575FE7; }
span { border-color: rgb(87,95,231); }
td.TdClassName
{
border-color: #575FE7;
}
.TagClassName
{
border-color: #575FE7;
}
</style>