Shades of Cornflower Blue #7A8EF2
Tints of Cornflower Blue #7A8EF2
RGB
CMYK
RGB Variations
Color information
#7A8EF2 (or 0x7A8EF2) is known color: Cornflower Blue. HEX triplet: 7A, 8E and F2. RGB value is (122,142,242). Sum of RGB (Red+Green+Blue) = 122+142+242=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A8EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8EF2 is #85710D. Grayscale: #939393. Windows color (decimal): -8745230 or 15896186. OLE color: 15896186.
HSL color Cylindrical-coordinate representation of color #7A8EF2: hue angle of 230º 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 #7A8EF2 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 142 | 242 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.05 |
| HSL | 230º | 0.82% | 0.71% | - |
| HSV(B) | 230º | 0.5% | 0.95% | - |
| XYZ | 33.73 | 29.89 | 88 | - |
| YUV | 147.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 242 | 0.50 | 0.41 | 0 | 0.05 | 230 | 0.82 | 0.71 |
| Hex | 7A | 8E | F2 | 32 | 29 | 0 | 5 | E6 | 52 | 47 |
| Octal | 172 | 216 | 362 | 62 | 51 | 0 | 5 | 346 | 122 | 107 |
| Binary | 1111010 | 10001110 | 11110010 | 110010 | 101001 | 0 | 101 | 11100110 | 1010010 | 1000111 |
Color Harmonies of #7A8EF2
Complementary color
Monochromatic Colors of #7A8EF2
Black with #7A8EF2
Text Example
Text Example
White with #7A8EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8EF2; }
p { color: rgb(122,142,242); }
H1.HeaderClassName
{
color: #7A8EF2;
}
.AnyTagClassName
{
color: #7A8EF2;
}
</style>
background-color css
<style>
a { background-color: #7A8EF2; }
a { background-color: rgb(122,142,242); }
div.DivClassName
{
background-color: #7A8EF2;
}
.BgClassName
{
background-color: #7A8EF2;
}
</style>
border-color css
<style>
span { border-color: #7A8EF2; }
span { border-color: rgb(122,142,242); }
td.TdClassName
{
border-color: #7A8EF2;
}
.TagClassName
{
border-color: #7A8EF2;
}
</style>