Shades of Royal Blue #575FE4
Tints of Royal Blue #575FE4
RGB
CMYK
RGB Variations
Color information
#575FE4 (or 0x575FE4) is known color: Royal Blue. HEX triplet: 57, 5F and E4. RGB value is (87,95,228). Sum of RGB (Red+Green+Blue) = 87+95+228=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #575FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FE4 is #A8A01B. Grayscale: #6B6B6B. Windows color (decimal): -11051036 or 14966615. OLE color: 14966615.
HSL color Cylindrical-coordinate representation of color #575FE4: hue angle of 236.6º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575FE4 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 95 | 228 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.11 |
| HSL | 236.6º | 0.72% | 0.62% | - |
| HSV(B) | 236.6º | 0.62% | 0.89% | - |
| XYZ | 22.03 | 15.81 | 75.29 | - |
| YUV | 107.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 228 | 0.62 | 0.58 | 0 | 0.11 | 236.6 | 0.72 | 0.62 |
| Hex | 57 | 5F | E4 | 3E | 3A | 0 | B | ED | 48 | 3E |
| Octal | 127 | 137 | 344 | 76 | 72 | 0 | 13 | 355 | 110 | 76 |
| Binary | 1010111 | 1011111 | 11100100 | 111110 | 111010 | 0 | 1011 | 11101101 | 1001000 | 111110 |
Color Harmonies of #575FE4
Complementary color
Monochromatic Colors of #575FE4
Black with #575FE4
Text Example
Text Example
White with #575FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FE4; }
p { color: rgb(87,95,228); }
H1.HeaderClassName
{
color: #575FE4;
}
.AnyTagClassName
{
color: #575FE4;
}
</style>
background-color css
<style>
a { background-color: #575FE4; }
a { background-color: rgb(87,95,228); }
div.DivClassName
{
background-color: #575FE4;
}
.BgClassName
{
background-color: #575FE4;
}
</style>
border-color css
<style>
span { border-color: #575FE4; }
span { border-color: rgb(87,95,228); }
td.TdClassName
{
border-color: #575FE4;
}
.TagClassName
{
border-color: #575FE4;
}
</style>