Shades of Cornflower Blue #7A9FFD
Tints of Cornflower Blue #7A9FFD
RGB
CMYK
RGB Variations
Color information
#7A9FFD (or 0x7A9FFD) is known color: Cornflower Blue. HEX triplet: 7A, 9F and FD. RGB value is (122,159,253). Sum of RGB (Red+Green+Blue) = 122+159+253=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FFD is #856002. Grayscale: #9E9E9E. Windows color (decimal): -8740867 or 16621434. OLE color: 16621434.
HSL color Cylindrical-coordinate representation of color #7A9FFD: hue angle of 223.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9FFD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 159 | 253 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 223.05º | 0.97% | 0.74% | - |
| HSV(B) | 223.05º | 0.52% | 0.99% | - |
| XYZ | 38.15 | 36.03 | 97.87 | - |
| YUV | 158.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 253 | 0.52 | 0.37 | 0 | 0.01 | 223.05 | 0.97 | 0.74 |
| Hex | 7A | 9F | FD | 34 | 25 | 0 | 1 | DF | 61 | 4A |
| Octal | 172 | 237 | 375 | 64 | 45 | 0 | 1 | 337 | 141 | 112 |
| Binary | 1111010 | 10011111 | 11111101 | 110100 | 100101 | 0 | 1 | 11011111 | 1100001 | 1001010 |
Color Harmonies of #7A9FFD
Complementary color
Monochromatic Colors of #7A9FFD
Black with #7A9FFD
Text Example
Text Example
White with #7A9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FFD; }
p { color: rgb(122,159,253); }
H1.HeaderClassName
{
color: #7A9FFD;
}
.AnyTagClassName
{
color: #7A9FFD;
}
</style>
background-color css
<style>
a { background-color: #7A9FFD; }
a { background-color: rgb(122,159,253); }
div.DivClassName
{
background-color: #7A9FFD;
}
.BgClassName
{
background-color: #7A9FFD;
}
</style>
border-color css
<style>
span { border-color: #7A9FFD; }
span { border-color: rgb(122,159,253); }
td.TdClassName
{
border-color: #7A9FFD;
}
.TagClassName
{
border-color: #7A9FFD;
}
</style>