Shades of Cornflower Blue #7993F2
Tints of Cornflower Blue #7993F2
RGB
CMYK
RGB Variations
Color information
#7993F2 (or 0x7993F2) is known color: Cornflower Blue. HEX triplet: 79, 93 and F2. RGB value is (121,147,242). Sum of RGB (Red+Green+Blue) = 121+147+242=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #7993F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7993F2 is #866C0D. Grayscale: #959595. Windows color (decimal): -8809486 or 15897465. OLE color: 15897465.
HSL color Cylindrical-coordinate representation of color #7993F2: hue angle of 227.11º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7993F2 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 147 | 242 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.05 |
| HSL | 227.11º | 0.82% | 0.71% | - |
| HSV(B) | 227.11º | 0.5% | 0.95% | - |
| XYZ | 34.35 | 31.34 | 88.24 | - |
| YUV | 150.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 242 | 0.50 | 0.39 | 0 | 0.05 | 227.11 | 0.82 | 0.71 |
| Hex | 79 | 93 | F2 | 32 | 27 | 0 | 5 | E3 | 52 | 47 |
| Octal | 171 | 223 | 362 | 62 | 47 | 0 | 5 | 343 | 122 | 107 |
| Binary | 1111001 | 10010011 | 11110010 | 110010 | 100111 | 0 | 101 | 11100011 | 1010010 | 1000111 |
Color Harmonies of #7993F2
Complementary color
Monochromatic Colors of #7993F2
Black with #7993F2
Text Example
Text Example
White with #7993F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993F2; }
p { color: rgb(121,147,242); }
H1.HeaderClassName
{
color: #7993F2;
}
.AnyTagClassName
{
color: #7993F2;
}
</style>
background-color css
<style>
a { background-color: #7993F2; }
a { background-color: rgb(121,147,242); }
div.DivClassName
{
background-color: #7993F2;
}
.BgClassName
{
background-color: #7993F2;
}
</style>
border-color css
<style>
span { border-color: #7993F2; }
span { border-color: rgb(121,147,242); }
td.TdClassName
{
border-color: #7993F2;
}
.TagClassName
{
border-color: #7993F2;
}
</style>