Shades of Cornflower Blue #7992EF
Tints of Cornflower Blue #7992EF
RGB
CMYK
RGB Variations
Color information
#7992EF (or 0x7992EF) is known color: Cornflower Blue. HEX triplet: 79, 92 and EF. RGB value is (121,146,239). Sum of RGB (Red+Green+Blue) = 121+146+239=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #7992EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992EF is #866D10. Grayscale: #949494. Windows color (decimal): -8809745 or 15700601. OLE color: 15700601.
HSL color Cylindrical-coordinate representation of color #7992EF: hue angle of 227.29º 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 #7992EF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 146 | 239 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.06 |
| HSL | 227.29º | 0.79% | 0.71% | - |
| HSV(B) | 227.29º | 0.49% | 0.94% | - |
| XYZ | 33.74 | 30.85 | 85.84 | - |
| YUV | 149.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 239 | 0.49 | 0.39 | 0 | 0.06 | 227.29 | 0.79 | 0.71 |
| Hex | 79 | 92 | EF | 31 | 27 | 0 | 6 | E3 | 4F | 47 |
| Octal | 171 | 222 | 357 | 61 | 47 | 0 | 6 | 343 | 117 | 107 |
| Binary | 1111001 | 10010010 | 11101111 | 110001 | 100111 | 0 | 110 | 11100011 | 1001111 | 1000111 |
Color Harmonies of #7992EF
Complementary color
Monochromatic Colors of #7992EF
Black with #7992EF
Text Example
Text Example
White with #7992EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992EF; }
p { color: rgb(121,146,239); }
H1.HeaderClassName
{
color: #7992EF;
}
.AnyTagClassName
{
color: #7992EF;
}
</style>
background-color css
<style>
a { background-color: #7992EF; }
a { background-color: rgb(121,146,239); }
div.DivClassName
{
background-color: #7992EF;
}
.BgClassName
{
background-color: #7992EF;
}
</style>
border-color css
<style>
span { border-color: #7992EF; }
span { border-color: rgb(121,146,239); }
td.TdClassName
{
border-color: #7992EF;
}
.TagClassName
{
border-color: #7992EF;
}
</style>