Shades of Royal Blue #5769EE
Tints of Royal Blue #5769EE
RGB
CMYK
RGB Variations
Color information
#5769EE (or 0x5769EE) is known color: Royal Blue. HEX triplet: 57, 69 and EE. RGB value is (87,105,238). Sum of RGB (Red+Green+Blue) = 87+105+238=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #5769EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5769EE is #A89611. Grayscale: #727272. Windows color (decimal): -11048466 or 15624535. OLE color: 15624535.
HSL color Cylindrical-coordinate representation of color #5769EE: hue angle of 232.85º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5769EE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 105 | 238 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.07 |
| HSL | 232.85º | 0.82% | 0.64% | - |
| HSV(B) | 232.85º | 0.63% | 0.93% | - |
| XYZ | 24.41 | 18.3 | 83.13 | - |
| YUV | 114.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 238 | 0.63 | 0.56 | 0 | 0.07 | 232.85 | 0.82 | 0.64 |
| Hex | 57 | 69 | EE | 3F | 38 | 0 | 7 | E9 | 52 | 40 |
| Octal | 127 | 151 | 356 | 77 | 70 | 0 | 7 | 351 | 122 | 100 |
| Binary | 1010111 | 1101001 | 11101110 | 111111 | 111000 | 0 | 111 | 11101001 | 1010010 | 1000000 |
Color Harmonies of #5769EE
Complementary color
Monochromatic Colors of #5769EE
Black with #5769EE
Text Example
Text Example
White with #5769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769EE; }
p { color: rgb(87,105,238); }
H1.HeaderClassName
{
color: #5769EE;
}
.AnyTagClassName
{
color: #5769EE;
}
</style>
background-color css
<style>
a { background-color: #5769EE; }
a { background-color: rgb(87,105,238); }
div.DivClassName
{
background-color: #5769EE;
}
.BgClassName
{
background-color: #5769EE;
}
</style>
border-color css
<style>
span { border-color: #5769EE; }
span { border-color: rgb(87,105,238); }
td.TdClassName
{
border-color: #5769EE;
}
.TagClassName
{
border-color: #5769EE;
}
</style>