Shades of Cornflower Blue #7884EF
Tints of Cornflower Blue #7884EF
RGB
CMYK
RGB Variations
Color information
#7884EF (or 0x7884EF) is known color: Cornflower Blue. HEX triplet: 78, 84 and EF. RGB value is (120,132,239). Sum of RGB (Red+Green+Blue) = 120+132+239=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #7884EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7884EF is #877B10. Grayscale: #8C8C8C. Windows color (decimal): -8878865 or 15697016. OLE color: 15697016.
HSL color Cylindrical-coordinate representation of color #7884EF: hue angle of 233.95º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7884EF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 132 | 239 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.06 |
| HSL | 233.95º | 0.79% | 0.7% | - |
| HSV(B) | 233.95º | 0.5% | 0.94% | - |
| XYZ | 31.58 | 26.73 | 85.16 | - |
| YUV | 140.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 239 | 0.50 | 0.45 | 0 | 0.06 | 233.95 | 0.79 | 0.7 |
| Hex | 78 | 84 | EF | 32 | 2D | 0 | 6 | EA | 4F | 46 |
| Octal | 170 | 204 | 357 | 62 | 55 | 0 | 6 | 352 | 117 | 106 |
| Binary | 1111000 | 10000100 | 11101111 | 110010 | 101101 | 0 | 110 | 11101010 | 1001111 | 1000110 |
Color Harmonies of #7884EF
Complementary color
Monochromatic Colors of #7884EF
Black with #7884EF
Text Example
Text Example
White with #7884EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7884EF; }
p { color: rgb(120,132,239); }
H1.HeaderClassName
{
color: #7884EF;
}
.AnyTagClassName
{
color: #7884EF;
}
</style>
background-color css
<style>
a { background-color: #7884EF; }
a { background-color: rgb(120,132,239); }
div.DivClassName
{
background-color: #7884EF;
}
.BgClassName
{
background-color: #7884EF;
}
</style>
border-color css
<style>
span { border-color: #7884EF; }
span { border-color: rgb(120,132,239); }
td.TdClassName
{
border-color: #7884EF;
}
.TagClassName
{
border-color: #7884EF;
}
</style>