Shades of Cornflower Blue #7A9FFE
Tints of Cornflower Blue #7A9FFE
RGB
CMYK
RGB Variations
Color information
#7A9FFE (or 0x7A9FFE) is known color: Cornflower Blue. HEX triplet: 7A, 9F and FE. RGB value is (122,159,254). Sum of RGB (Red+Green+Blue) = 122+159+254=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FFE is #856001. Grayscale: #9E9E9E. Windows color (decimal): -8740866 or 16686970. OLE color: 16686970.
HSL color Cylindrical-coordinate representation of color #7A9FFE: hue angle of 223.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9FFE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 159 | 254 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.00 |
| HSL | 223.18º | 0.99% | 0.74% | - |
| HSV(B) | 223.18º | 0.52% | 1% | - |
| XYZ | 38.31 | 36.09 | 98.71 | - |
| YUV | 158.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 254 | 0.52 | 0.37 | 0 | 0.00 | 223.18 | 0.99 | 0.74 |
| Hex | 7A | 9F | FE | 34 | 25 | 0 | 0 | DF | 63 | 4A |
| Octal | 172 | 237 | 376 | 64 | 45 | 0 | 0 | 337 | 143 | 112 |
| Binary | 1111010 | 10011111 | 11111110 | 110100 | 100101 | 0 | 0 | 11011111 | 1100011 | 1001010 |
Color Harmonies of #7A9FFE
Complementary color
Monochromatic Colors of #7A9FFE
Black with #7A9FFE
Text Example
Text Example
White with #7A9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FFE; }
p { color: rgb(122,159,254); }
H1.HeaderClassName
{
color: #7A9FFE;
}
.AnyTagClassName
{
color: #7A9FFE;
}
</style>
background-color css
<style>
a { background-color: #7A9FFE; }
a { background-color: rgb(122,159,254); }
div.DivClassName
{
background-color: #7A9FFE;
}
.BgClassName
{
background-color: #7A9FFE;
}
</style>
border-color css
<style>
span { border-color: #7A9FFE; }
span { border-color: rgb(122,159,254); }
td.TdClassName
{
border-color: #7A9FFE;
}
.TagClassName
{
border-color: #7A9FFE;
}
</style>