Shades of Cornflower Blue #7991FE
Tints of Cornflower Blue #7991FE
RGB
CMYK
RGB Variations
Color information
#7991FE (or 0x7991FE) is known color: Cornflower Blue. HEX triplet: 79, 91 and FE. RGB value is (121,145,254). Sum of RGB (Red+Green+Blue) = 121+145+254=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #7991FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991FE is #866E01. Grayscale: #959595. Windows color (decimal): -8809986 or 16683385. OLE color: 16683385.
HSL color Cylindrical-coordinate representation of color #7991FE: hue angle of 229.17º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7991FE is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 145 | 254 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.00 |
| HSL | 229.17º | 0.99% | 0.74% | - |
| HSV(B) | 229.17º | 0.52% | 1% | - |
| XYZ | 35.9 | 31.47 | 97.95 | - |
| YUV | 150.25 | 186.55 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 254 | 0.52 | 0.43 | 0 | 0.00 | 229.17 | 0.99 | 0.74 |
| Hex | 79 | 91 | FE | 34 | 2B | 0 | 0 | E5 | 63 | 4A |
| Octal | 171 | 221 | 376 | 64 | 53 | 0 | 0 | 345 | 143 | 112 |
| Binary | 1111001 | 10010001 | 11111110 | 110100 | 101011 | 0 | 0 | 11100101 | 1100011 | 1001010 |
Color Harmonies of #7991FE
Complementary color
Monochromatic Colors of #7991FE
Black with #7991FE
Text Example
Text Example
White with #7991FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991FE; }
p { color: rgb(121,145,254); }
H1.HeaderClassName
{
color: #7991FE;
}
.AnyTagClassName
{
color: #7991FE;
}
</style>
background-color css
<style>
a { background-color: #7991FE; }
a { background-color: rgb(121,145,254); }
div.DivClassName
{
background-color: #7991FE;
}
.BgClassName
{
background-color: #7991FE;
}
</style>
border-color css
<style>
span { border-color: #7991FE; }
span { border-color: rgb(121,145,254); }
td.TdClassName
{
border-color: #7991FE;
}
.TagClassName
{
border-color: #7991FE;
}
</style>