Shades of Cornflower Blue #7A9EFC
Tints of Cornflower Blue #7A9EFC
RGB
CMYK
RGB Variations
Color information
#7A9EFC (or 0x7A9EFC) is known color: Cornflower Blue. HEX triplet: 7A, 9E and FC. RGB value is (122,158,252). Sum of RGB (Red+Green+Blue) = 122+158+252=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9EFC is #856103. Grayscale: #9D9D9D. Windows color (decimal): -8741124 or 16555642. OLE color: 16555642.
HSL color Cylindrical-coordinate representation of color #7A9EFC: hue angle of 223.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9EFC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 158 | 252 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 223.38º | 0.96% | 0.73% | - |
| HSV(B) | 223.38º | 0.52% | 0.99% | - |
| XYZ | 37.82 | 35.62 | 96.98 | - |
| YUV | 157.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 252 | 0.52 | 0.37 | 0 | 0.01 | 223.38 | 0.96 | 0.73 |
| Hex | 7A | 9E | FC | 34 | 25 | 0 | 1 | DF | 60 | 49 |
| Octal | 172 | 236 | 374 | 64 | 45 | 0 | 1 | 337 | 140 | 111 |
| Binary | 1111010 | 10011110 | 11111100 | 110100 | 100101 | 0 | 1 | 11011111 | 1100000 | 1001001 |
Color Harmonies of #7A9EFC
Complementary color
Monochromatic Colors of #7A9EFC
Black with #7A9EFC
Text Example
Text Example
White with #7A9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9EFC; }
p { color: rgb(122,158,252); }
H1.HeaderClassName
{
color: #7A9EFC;
}
.AnyTagClassName
{
color: #7A9EFC;
}
</style>
background-color css
<style>
a { background-color: #7A9EFC; }
a { background-color: rgb(122,158,252); }
div.DivClassName
{
background-color: #7A9EFC;
}
.BgClassName
{
background-color: #7A9EFC;
}
</style>
border-color css
<style>
span { border-color: #7A9EFC; }
span { border-color: rgb(122,158,252); }
td.TdClassName
{
border-color: #7A9EFC;
}
.TagClassName
{
border-color: #7A9EFC;
}
</style>