Shades of Cornflower Blue #7991EF
Tints of Cornflower Blue #7991EF
RGB
CMYK
RGB Variations
Color information
#7991EF (or 0x7991EF) is known color: Cornflower Blue. HEX triplet: 79, 91 and EF. RGB value is (121,145,239). Sum of RGB (Red+Green+Blue) = 121+145+239=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #7991EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991EF is #866E10. Grayscale: #949494. Windows color (decimal): -8810001 or 15700345. OLE color: 15700345.
HSL color Cylindrical-coordinate representation of color #7991EF: hue angle of 227.8º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7991EF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 145 | 239 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.06 |
| HSL | 227.8º | 0.79% | 0.71% | - |
| HSV(B) | 227.8º | 0.49% | 0.94% | - |
| XYZ | 33.59 | 30.55 | 85.79 | - |
| YUV | 148.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 239 | 0.49 | 0.39 | 0 | 0.06 | 227.8 | 0.79 | 0.71 |
| Hex | 79 | 91 | EF | 31 | 27 | 0 | 6 | E4 | 4F | 47 |
| Octal | 171 | 221 | 357 | 61 | 47 | 0 | 6 | 344 | 117 | 107 |
| Binary | 1111001 | 10010001 | 11101111 | 110001 | 100111 | 0 | 110 | 11100100 | 1001111 | 1000111 |
Color Harmonies of #7991EF
Complementary color
Monochromatic Colors of #7991EF
Black with #7991EF
Text Example
Text Example
White with #7991EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991EF; }
p { color: rgb(121,145,239); }
H1.HeaderClassName
{
color: #7991EF;
}
.AnyTagClassName
{
color: #7991EF;
}
</style>
background-color css
<style>
a { background-color: #7991EF; }
a { background-color: rgb(121,145,239); }
div.DivClassName
{
background-color: #7991EF;
}
.BgClassName
{
background-color: #7991EF;
}
</style>
border-color css
<style>
span { border-color: #7991EF; }
span { border-color: rgb(121,145,239); }
td.TdClassName
{
border-color: #7991EF;
}
.TagClassName
{
border-color: #7991EF;
}
</style>