Shades of Cornflower Blue #7AA4FF
Tints of Cornflower Blue #7AA4FF
RGB
CMYK
RGB Variations
Color information
#7AA4FF (or 0x7AA4FF) is known color: Cornflower Blue. HEX triplet: 7A, A4 and FF. RGB value is (122,164,255). Sum of RGB (Red+Green+Blue) = 122+164+255=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA4FF is #855B00. Grayscale: #A1A1A1. Windows color (decimal): -8739585 or 16753786. OLE color: 16753786.
HSL color Cylindrical-coordinate representation of color #7AA4FF: hue angle of 221.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA4FF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 164 | 255 | - |
| CMYK | 0.52 | 0.36 | 0 | 0 |
| HSL | 221.05º | 1% | 0.74% | - |
| HSV(B) | 221.05º | 0.52% | 1% | - |
| XYZ | 39.35 | 37.91 | 99.85 | - |
| YUV | 161.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 255 | 0.52 | 0.36 | 0 | 0 | 221.05 | 1 | 0.74 |
| Hex | 7A | A4 | FF | 34 | 24 | 0 | 0 | DD | 64 | 4A |
| Octal | 172 | 244 | 377 | 64 | 44 | 0 | 0 | 335 | 144 | 112 |
| Binary | 1111010 | 10100100 | 11111111 | 110100 | 100100 | 0 | 0 | 11011101 | 1100100 | 1001010 |
Color Harmonies of #7AA4FF
Complementary color
Monochromatic Colors of #7AA4FF
Black with #7AA4FF
Text Example
Text Example
White with #7AA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4FF; }
p { color: rgb(122,164,255); }
H1.HeaderClassName
{
color: #7AA4FF;
}
.AnyTagClassName
{
color: #7AA4FF;
}
</style>
background-color css
<style>
a { background-color: #7AA4FF; }
a { background-color: rgb(122,164,255); }
div.DivClassName
{
background-color: #7AA4FF;
}
.BgClassName
{
background-color: #7AA4FF;
}
</style>
border-color css
<style>
span { border-color: #7AA4FF; }
span { border-color: rgb(122,164,255); }
td.TdClassName
{
border-color: #7AA4FF;
}
.TagClassName
{
border-color: #7AA4FF;
}
</style>