Shades of Cornflower Blue #7A9DFA
Tints of Cornflower Blue #7A9DFA
RGB
CMYK
RGB Variations
Color information
#7A9DFA (or 0x7A9DFA) is known color: Cornflower Blue. HEX triplet: 7A, 9D and FA. RGB value is (122,157,250). Sum of RGB (Red+Green+Blue) = 122+157+250=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A9DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9DFA is #856205. Grayscale: #9C9C9C. Windows color (decimal): -8741382 or 16424314. OLE color: 16424314.
HSL color Cylindrical-coordinate representation of color #7A9DFA: hue angle of 223.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A9DFA is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 157 | 250 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.02 |
| HSL | 223.59º | 0.93% | 0.73% | - |
| HSV(B) | 223.59º | 0.51% | 0.98% | - |
| XYZ | 37.34 | 35.15 | 95.26 | - |
| YUV | 157.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 250 | 0.51 | 0.37 | 0 | 0.02 | 223.59 | 0.93 | 0.73 |
| Hex | 7A | 9D | FA | 33 | 25 | 0 | 2 | E0 | 5D | 49 |
| Octal | 172 | 235 | 372 | 63 | 45 | 0 | 2 | 340 | 135 | 111 |
| Binary | 1111010 | 10011101 | 11111010 | 110011 | 100101 | 0 | 10 | 11100000 | 1011101 | 1001001 |
Color Harmonies of #7A9DFA
Complementary color
Monochromatic Colors of #7A9DFA
Black with #7A9DFA
Text Example
Text Example
White with #7A9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DFA; }
p { color: rgb(122,157,250); }
H1.HeaderClassName
{
color: #7A9DFA;
}
.AnyTagClassName
{
color: #7A9DFA;
}
</style>
background-color css
<style>
a { background-color: #7A9DFA; }
a { background-color: rgb(122,157,250); }
div.DivClassName
{
background-color: #7A9DFA;
}
.BgClassName
{
background-color: #7A9DFA;
}
</style>
border-color css
<style>
span { border-color: #7A9DFA; }
span { border-color: rgb(122,157,250); }
td.TdClassName
{
border-color: #7A9DFA;
}
.TagClassName
{
border-color: #7A9DFA;
}
</style>