Shades of Royal Blue #5769EF
Tints of Royal Blue #5769EF
RGB
CMYK
RGB Variations
Color information
#5769EF (or 0x5769EF) is known color: Royal Blue. HEX triplet: 57, 69 and EF. RGB value is (87,105,239). Sum of RGB (Red+Green+Blue) = 87+105+239=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #5769EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5769EF is #A89610. Grayscale: #727272. Windows color (decimal): -11048465 or 15690071. OLE color: 15690071.
HSL color Cylindrical-coordinate representation of color #5769EF: hue angle of 232.89º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5769EF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 105 | 239 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.06 |
| HSL | 232.89º | 0.83% | 0.64% | - |
| HSV(B) | 232.89º | 0.64% | 0.94% | - |
| XYZ | 24.56 | 18.36 | 83.91 | - |
| YUV | 114.89 | 198.04 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 239 | 0.64 | 0.56 | 0 | 0.06 | 232.89 | 0.83 | 0.64 |
| Hex | 57 | 69 | EF | 40 | 38 | 0 | 6 | E9 | 53 | 40 |
| Octal | 127 | 151 | 357 | 100 | 70 | 0 | 6 | 351 | 123 | 100 |
| Binary | 1010111 | 1101001 | 11101111 | 1000000 | 111000 | 0 | 110 | 11101001 | 1010011 | 1000000 |
Color Harmonies of #5769EF
Complementary color
Monochromatic Colors of #5769EF
Black with #5769EF
Text Example
Text Example
White with #5769EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769EF; }
p { color: rgb(87,105,239); }
H1.HeaderClassName
{
color: #5769EF;
}
.AnyTagClassName
{
color: #5769EF;
}
</style>
background-color css
<style>
a { background-color: #5769EF; }
a { background-color: rgb(87,105,239); }
div.DivClassName
{
background-color: #5769EF;
}
.BgClassName
{
background-color: #5769EF;
}
</style>
border-color css
<style>
span { border-color: #5769EF; }
span { border-color: rgb(87,105,239); }
td.TdClassName
{
border-color: #5769EF;
}
.TagClassName
{
border-color: #5769EF;
}
</style>