Shades of Royal Blue #5978EF
Tints of Royal Blue #5978EF
RGB
CMYK
RGB Variations
Color information
#5978EF (or 0x5978EF) is known color: Royal Blue. HEX triplet: 59, 78 and EF. RGB value is (89,120,239). Sum of RGB (Red+Green+Blue) = 89+120+239=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #5978EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5978EF is #A68710. Grayscale: #7B7B7B. Windows color (decimal): -10913553 or 15693913. OLE color: 15693913.
HSL color Cylindrical-coordinate representation of color #5978EF: hue angle of 227.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5978EF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 120 | 239 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.06 |
| HSL | 227.6º | 0.82% | 0.64% | - |
| HSV(B) | 227.6º | 0.63% | 0.94% | - |
| XYZ | 26.42 | 21.79 | 84.47 | - |
| YUV | 124.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 239 | 0.63 | 0.50 | 0 | 0.06 | 227.6 | 0.82 | 0.64 |
| Hex | 59 | 78 | EF | 3F | 32 | 0 | 6 | E4 | 52 | 40 |
| Octal | 131 | 170 | 357 | 77 | 62 | 0 | 6 | 344 | 122 | 100 |
| Binary | 1011001 | 1111000 | 11101111 | 111111 | 110010 | 0 | 110 | 11100100 | 1010010 | 1000000 |
Color Harmonies of #5978EF
Complementary color
Monochromatic Colors of #5978EF
Black with #5978EF
Text Example
Text Example
White with #5978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978EF; }
p { color: rgb(89,120,239); }
H1.HeaderClassName
{
color: #5978EF;
}
.AnyTagClassName
{
color: #5978EF;
}
</style>
background-color css
<style>
a { background-color: #5978EF; }
a { background-color: rgb(89,120,239); }
div.DivClassName
{
background-color: #5978EF;
}
.BgClassName
{
background-color: #5978EF;
}
</style>
border-color css
<style>
span { border-color: #5978EF; }
span { border-color: rgb(89,120,239); }
td.TdClassName
{
border-color: #5978EF;
}
.TagClassName
{
border-color: #5978EF;
}
</style>