Shades of Cornflower Blue #7894EC
Tints of Cornflower Blue #7894EC
RGB
CMYK
RGB Variations
Color information
#7894EC (or 0x7894EC) is known color: Cornflower Blue. HEX triplet: 78, 94 and EC. RGB value is (120,148,236). Sum of RGB (Red+Green+Blue) = 120+148+236=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #7894EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894EC is #876B13. Grayscale: #959595. Windows color (decimal): -8874772 or 15504504. OLE color: 15504504.
HSL color Cylindrical-coordinate representation of color #7894EC: hue angle of 225.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7894EC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 148 | 236 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.07 |
| HSL | 225.52º | 0.75% | 0.7% | - |
| HSV(B) | 225.52º | 0.49% | 0.93% | - |
| XYZ | 33.48 | 31.23 | 83.62 | - |
| YUV | 149.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 236 | 0.49 | 0.37 | 0 | 0.07 | 225.52 | 0.75 | 0.7 |
| Hex | 78 | 94 | EC | 31 | 25 | 0 | 7 | E2 | 4B | 46 |
| Octal | 170 | 224 | 354 | 61 | 45 | 0 | 7 | 342 | 113 | 106 |
| Binary | 1111000 | 10010100 | 11101100 | 110001 | 100101 | 0 | 111 | 11100010 | 1001011 | 1000110 |
Color Harmonies of #7894EC
Complementary color
Monochromatic Colors of #7894EC
Black with #7894EC
Text Example
Text Example
White with #7894EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894EC; }
p { color: rgb(120,148,236); }
H1.HeaderClassName
{
color: #7894EC;
}
.AnyTagClassName
{
color: #7894EC;
}
</style>
background-color css
<style>
a { background-color: #7894EC; }
a { background-color: rgb(120,148,236); }
div.DivClassName
{
background-color: #7894EC;
}
.BgClassName
{
background-color: #7894EC;
}
</style>
border-color css
<style>
span { border-color: #7894EC; }
span { border-color: rgb(120,148,236); }
td.TdClassName
{
border-color: #7894EC;
}
.TagClassName
{
border-color: #7894EC;
}
</style>