Shades of Cornflower Blue #5978F6
Tints of Cornflower Blue #5978F6
RGB
CMYK
RGB Variations
Color information
#5978F6 (or 0x5978F6) is known color: Cornflower Blue. HEX triplet: 59, 78 and F6. RGB value is (89,120,246). Sum of RGB (Red+Green+Blue) = 89+120+246=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #5978F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5978F6 is #A68709. Grayscale: #7C7C7C. Windows color (decimal): -10913546 or 16152665. OLE color: 16152665.
HSL color Cylindrical-coordinate representation of color #5978F6: hue angle of 228.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5978F6 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 120 | 246 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.04 |
| HSL | 228.15º | 0.9% | 0.66% | - |
| HSV(B) | 228.15º | 0.64% | 0.96% | - |
| XYZ | 27.47 | 22.21 | 90.03 | - |
| YUV | 125.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 246 | 0.64 | 0.51 | 0 | 0.04 | 228.15 | 0.9 | 0.66 |
| Hex | 59 | 78 | F6 | 40 | 33 | 0 | 4 | E4 | 5A | 42 |
| Octal | 131 | 170 | 366 | 100 | 63 | 0 | 4 | 344 | 132 | 102 |
| Binary | 1011001 | 1111000 | 11110110 | 1000000 | 110011 | 0 | 100 | 11100100 | 1011010 | 1000010 |
Color Harmonies of #5978F6
Complementary color
Monochromatic Colors of #5978F6
Black with #5978F6
Text Example
Text Example
White with #5978F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978F6; }
p { color: rgb(89,120,246); }
H1.HeaderClassName
{
color: #5978F6;
}
.AnyTagClassName
{
color: #5978F6;
}
</style>
background-color css
<style>
a { background-color: #5978F6; }
a { background-color: rgb(89,120,246); }
div.DivClassName
{
background-color: #5978F6;
}
.BgClassName
{
background-color: #5978F6;
}
</style>
border-color css
<style>
span { border-color: #5978F6; }
span { border-color: rgb(89,120,246); }
td.TdClassName
{
border-color: #5978F6;
}
.TagClassName
{
border-color: #5978F6;
}
</style>