Shades of Cornflower Blue #7A9DFC
Tints of Cornflower Blue #7A9DFC
RGB
CMYK
RGB Variations
Color information
#7A9DFC (or 0x7A9DFC) is known color: Cornflower Blue. HEX triplet: 7A, 9D and FC. RGB value is (122,157,252). Sum of RGB (Red+Green+Blue) = 122+157+252=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A9DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9DFC is #856203. Grayscale: #9C9C9C. Windows color (decimal): -8741380 or 16555386. OLE color: 16555386.
HSL color Cylindrical-coordinate representation of color #7A9DFC: hue angle of 223.85º 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 #7A9DFC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 157 | 252 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.01 |
| HSL | 223.85º | 0.96% | 0.73% | - |
| HSV(B) | 223.85º | 0.52% | 0.99% | - |
| XYZ | 37.65 | 35.28 | 96.92 | - |
| YUV | 157.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 252 | 0.52 | 0.38 | 0 | 0.01 | 223.85 | 0.96 | 0.73 |
| Hex | 7A | 9D | FC | 34 | 26 | 0 | 1 | E0 | 60 | 49 |
| Octal | 172 | 235 | 374 | 64 | 46 | 0 | 1 | 340 | 140 | 111 |
| Binary | 1111010 | 10011101 | 11111100 | 110100 | 100110 | 0 | 1 | 11100000 | 1100000 | 1001001 |
Color Harmonies of #7A9DFC
Complementary color
Monochromatic Colors of #7A9DFC
Black with #7A9DFC
Text Example
Text Example
White with #7A9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DFC; }
p { color: rgb(122,157,252); }
H1.HeaderClassName
{
color: #7A9DFC;
}
.AnyTagClassName
{
color: #7A9DFC;
}
</style>
background-color css
<style>
a { background-color: #7A9DFC; }
a { background-color: rgb(122,157,252); }
div.DivClassName
{
background-color: #7A9DFC;
}
.BgClassName
{
background-color: #7A9DFC;
}
</style>
border-color css
<style>
span { border-color: #7A9DFC; }
span { border-color: rgb(122,157,252); }
td.TdClassName
{
border-color: #7A9DFC;
}
.TagClassName
{
border-color: #7A9DFC;
}
</style>