Shades of Royal Blue #575FE3
Tints of Royal Blue #575FE3
RGB
CMYK
RGB Variations
Color information
#575FE3 (or 0x575FE3) is known color: Royal Blue. HEX triplet: 57, 5F and E3. RGB value is (87,95,227). Sum of RGB (Red+Green+Blue) = 87+95+227=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 227 (89.06% from 255 or 55.50% from 409); Max value from RGB is 227 - color contains mainly: blue. Hex color #575FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FE3 is #A8A01C. Grayscale: #6B6B6B. Windows color (decimal): -11051037 or 14901079. OLE color: 14901079.
HSL color Cylindrical-coordinate representation of color #575FE3: hue angle of 236.57º degrees, saturation: 0.71, 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 #575FE3 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 95 | 227 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.11 |
| HSL | 236.57º | 0.71% | 0.62% | - |
| HSV(B) | 236.57º | 0.62% | 0.89% | - |
| XYZ | 21.89 | 15.76 | 74.56 | - |
| YUV | 107.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 227 | 0.62 | 0.58 | 0 | 0.11 | 236.57 | 0.71 | 0.62 |
| Hex | 57 | 5F | E3 | 3E | 3A | 0 | B | ED | 47 | 3E |
| Octal | 127 | 137 | 343 | 76 | 72 | 0 | 13 | 355 | 107 | 76 |
| Binary | 1010111 | 1011111 | 11100011 | 111110 | 111010 | 0 | 1011 | 11101101 | 1000111 | 111110 |
Color Harmonies of #575FE3
Complementary color
Monochromatic Colors of #575FE3
Black with #575FE3
Text Example
Text Example
White with #575FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FE3; }
p { color: rgb(87,95,227); }
H1.HeaderClassName
{
color: #575FE3;
}
.AnyTagClassName
{
color: #575FE3;
}
</style>
background-color css
<style>
a { background-color: #575FE3; }
a { background-color: rgb(87,95,227); }
div.DivClassName
{
background-color: #575FE3;
}
.BgClassName
{
background-color: #575FE3;
}
</style>
border-color css
<style>
span { border-color: #575FE3; }
span { border-color: rgb(87,95,227); }
td.TdClassName
{
border-color: #575FE3;
}
.TagClassName
{
border-color: #575FE3;
}
</style>