Shades of Royal Blue #575DE1
Tints of Royal Blue #575DE1
RGB
CMYK
RGB Variations
Color information
#575DE1 (or 0x575DE1) is known color: Royal Blue. HEX triplet: 57, 5D and E1. RGB value is (87,93,225). Sum of RGB (Red+Green+Blue) = 87+93+225=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #575DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DE1 is #A8A21E. Grayscale: #696969. Windows color (decimal): -11051551 or 14769495. OLE color: 14769495.
HSL color Cylindrical-coordinate representation of color #575DE1: hue angle of 237.39º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575DE1 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 93 | 225 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.12 |
| HSL | 237.39º | 0.7% | 0.61% | - |
| HSV(B) | 237.39º | 0.61% | 0.88% | - |
| XYZ | 21.44 | 15.29 | 73.06 | - |
| YUV | 106.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 225 | 0.61 | 0.59 | 0 | 0.12 | 237.39 | 0.7 | 0.61 |
| Hex | 57 | 5D | E1 | 3D | 3B | 0 | C | ED | 46 | 3D |
| Octal | 127 | 135 | 341 | 75 | 73 | 0 | 14 | 355 | 106 | 75 |
| Binary | 1010111 | 1011101 | 11100001 | 111101 | 111011 | 0 | 1100 | 11101101 | 1000110 | 111101 |
Color Harmonies of #575DE1
Complementary color
Monochromatic Colors of #575DE1
Black with #575DE1
Text Example
Text Example
White with #575DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DE1; }
p { color: rgb(87,93,225); }
H1.HeaderClassName
{
color: #575DE1;
}
.AnyTagClassName
{
color: #575DE1;
}
</style>
background-color css
<style>
a { background-color: #575DE1; }
a { background-color: rgb(87,93,225); }
div.DivClassName
{
background-color: #575DE1;
}
.BgClassName
{
background-color: #575DE1;
}
</style>
border-color css
<style>
span { border-color: #575DE1; }
span { border-color: rgb(87,93,225); }
td.TdClassName
{
border-color: #575DE1;
}
.TagClassName
{
border-color: #575DE1;
}
</style>