Shades of Cornflower Blue #7894E5
Tints of Cornflower Blue #7894E5
RGB
CMYK
RGB Variations
Color information
#7894E5 (or 0x7894E5) is known color: Cornflower Blue. HEX triplet: 78, 94 and E5. RGB value is (120,148,229). Sum of RGB (Red+Green+Blue) = 120+148+229=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #7894E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894E5 is #876B1A. Grayscale: #949494. Windows color (decimal): -8874779 or 15045752. OLE color: 15045752.
HSL color Cylindrical-coordinate representation of color #7894E5: hue angle of 224.59º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7894E5 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 148 | 229 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.10 |
| HSL | 224.59º | 0.68% | 0.68% | - |
| HSV(B) | 224.59º | 0.48% | 0.9% | - |
| XYZ | 32.48 | 30.83 | 78.37 | - |
| YUV | 148.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 229 | 0.48 | 0.35 | 0 | 0.10 | 224.59 | 0.68 | 0.68 |
| Hex | 78 | 94 | E5 | 30 | 23 | 0 | A | E1 | 44 | 44 |
| Octal | 170 | 224 | 345 | 60 | 43 | 0 | 12 | 341 | 104 | 104 |
| Binary | 1111000 | 10010100 | 11100101 | 110000 | 100011 | 0 | 1010 | 11100001 | 1000100 | 1000100 |
Color Harmonies of #7894E5
Complementary color
Monochromatic Colors of #7894E5
Black with #7894E5
Text Example
Text Example
White with #7894E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894E5; }
p { color: rgb(120,148,229); }
H1.HeaderClassName
{
color: #7894E5;
}
.AnyTagClassName
{
color: #7894E5;
}
</style>
background-color css
<style>
a { background-color: #7894E5; }
a { background-color: rgb(120,148,229); }
div.DivClassName
{
background-color: #7894E5;
}
.BgClassName
{
background-color: #7894E5;
}
</style>
border-color css
<style>
span { border-color: #7894E5; }
span { border-color: rgb(120,148,229); }
td.TdClassName
{
border-color: #7894E5;
}
.TagClassName
{
border-color: #7894E5;
}
</style>