Shades of Cornflower Blue #7A9FFC
Tints of Cornflower Blue #7A9FFC
RGB
CMYK
RGB Variations
Color information
#7A9FFC (or 0x7A9FFC) is known color: Cornflower Blue. HEX triplet: 7A, 9F and FC. RGB value is (122,159,252). Sum of RGB (Red+Green+Blue) = 122+159+252=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FFC is #856003. Grayscale: #9E9E9E. Windows color (decimal): -8740868 or 16555898. OLE color: 16555898.
HSL color Cylindrical-coordinate representation of color #7A9FFC: hue angle of 222.92º 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 #7A9FFC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 159 | 252 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 222.92º | 0.96% | 0.73% | - |
| HSV(B) | 222.92º | 0.52% | 0.99% | - |
| XYZ | 37.99 | 35.96 | 97.03 | - |
| YUV | 158.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 252 | 0.52 | 0.37 | 0 | 0.01 | 222.92 | 0.96 | 0.73 |
| Hex | 7A | 9F | FC | 34 | 25 | 0 | 1 | DF | 60 | 49 |
| Octal | 172 | 237 | 374 | 64 | 45 | 0 | 1 | 337 | 140 | 111 |
| Binary | 1111010 | 10011111 | 11111100 | 110100 | 100101 | 0 | 1 | 11011111 | 1100000 | 1001001 |
Color Harmonies of #7A9FFC
Complementary color
Monochromatic Colors of #7A9FFC
Black with #7A9FFC
Text Example
Text Example
White with #7A9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FFC; }
p { color: rgb(122,159,252); }
H1.HeaderClassName
{
color: #7A9FFC;
}
.AnyTagClassName
{
color: #7A9FFC;
}
</style>
background-color css
<style>
a { background-color: #7A9FFC; }
a { background-color: rgb(122,159,252); }
div.DivClassName
{
background-color: #7A9FFC;
}
.BgClassName
{
background-color: #7A9FFC;
}
</style>
border-color css
<style>
span { border-color: #7A9FFC; }
span { border-color: rgb(122,159,252); }
td.TdClassName
{
border-color: #7A9FFC;
}
.TagClassName
{
border-color: #7A9FFC;
}
</style>