Shades of Cornflower Blue #7993EA
Tints of Cornflower Blue #7993EA
RGB
CMYK
RGB Variations
Color information
#7993EA (or 0x7993EA) is known color: Cornflower Blue. HEX triplet: 79, 93 and EA. RGB value is (121,147,234). Sum of RGB (Red+Green+Blue) = 121+147+234=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7993EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7993EA is #866C15. Grayscale: #949494. Windows color (decimal): -8809494 or 15373177. OLE color: 15373177.
HSL color Cylindrical-coordinate representation of color #7993EA: hue angle of 226.19º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7993EA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 147 | 234 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.08 |
| HSL | 226.19º | 0.73% | 0.7% | - |
| HSV(B) | 226.19º | 0.48% | 0.92% | - |
| XYZ | 33.17 | 30.87 | 82.05 | - |
| YUV | 149.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 234 | 0.48 | 0.37 | 0 | 0.08 | 226.19 | 0.73 | 0.7 |
| Hex | 79 | 93 | EA | 30 | 25 | 0 | 8 | E2 | 49 | 46 |
| Octal | 171 | 223 | 352 | 60 | 45 | 0 | 10 | 342 | 111 | 106 |
| Binary | 1111001 | 10010011 | 11101010 | 110000 | 100101 | 0 | 1000 | 11100010 | 1001001 | 1000110 |
Color Harmonies of #7993EA
Complementary color
Monochromatic Colors of #7993EA
Black with #7993EA
Text Example
Text Example
White with #7993EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993EA; }
p { color: rgb(121,147,234); }
H1.HeaderClassName
{
color: #7993EA;
}
.AnyTagClassName
{
color: #7993EA;
}
</style>
background-color css
<style>
a { background-color: #7993EA; }
a { background-color: rgb(121,147,234); }
div.DivClassName
{
background-color: #7993EA;
}
.BgClassName
{
background-color: #7993EA;
}
</style>
border-color css
<style>
span { border-color: #7993EA; }
span { border-color: rgb(121,147,234); }
td.TdClassName
{
border-color: #7993EA;
}
.TagClassName
{
border-color: #7993EA;
}
</style>