Shades of Cornflower Blue #7894FA
Tints of Cornflower Blue #7894FA
RGB
CMYK
RGB Variations
Color information
#7894FA (or 0x7894FA) is known color: Cornflower Blue. HEX triplet: 78, 94 and FA. RGB value is (120,148,250). Sum of RGB (Red+Green+Blue) = 120+148+250=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #7894FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894FA is #876B05. Grayscale: #969696. Windows color (decimal): -8874758 or 16422008. OLE color: 16422008.
HSL color Cylindrical-coordinate representation of color #7894FA: hue angle of 227.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7894FA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 148 | 250 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.02 |
| HSL | 227.08º | 0.93% | 0.73% | - |
| HSV(B) | 227.08º | 0.52% | 0.98% | - |
| XYZ | 35.59 | 32.08 | 94.76 | - |
| YUV | 151.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 250 | 0.52 | 0.41 | 0 | 0.02 | 227.08 | 0.93 | 0.73 |
| Hex | 78 | 94 | FA | 34 | 29 | 0 | 2 | E3 | 5D | 49 |
| Octal | 170 | 224 | 372 | 64 | 51 | 0 | 2 | 343 | 135 | 111 |
| Binary | 1111000 | 10010100 | 11111010 | 110100 | 101001 | 0 | 10 | 11100011 | 1011101 | 1001001 |
Color Harmonies of #7894FA
Complementary color
Monochromatic Colors of #7894FA
Black with #7894FA
Text Example
Text Example
White with #7894FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894FA; }
p { color: rgb(120,148,250); }
H1.HeaderClassName
{
color: #7894FA;
}
.AnyTagClassName
{
color: #7894FA;
}
</style>
background-color css
<style>
a { background-color: #7894FA; }
a { background-color: rgb(120,148,250); }
div.DivClassName
{
background-color: #7894FA;
}
.BgClassName
{
background-color: #7894FA;
}
</style>
border-color css
<style>
span { border-color: #7894FA; }
span { border-color: rgb(120,148,250); }
td.TdClassName
{
border-color: #7894FA;
}
.TagClassName
{
border-color: #7894FA;
}
</style>