Shades of Cornflower Blue #7AA2FA
Tints of Cornflower Blue #7AA2FA
RGB
CMYK
RGB Variations
Color information
#7AA2FA (or 0x7AA2FA) is known color: Cornflower Blue. HEX triplet: 7A, A2 and FA. RGB value is (122,162,250). Sum of RGB (Red+Green+Blue) = 122+162+250=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA2FA is #855D05. Grayscale: #9F9F9F. Windows color (decimal): -8740102 or 16425594. OLE color: 16425594.
HSL color Cylindrical-coordinate representation of color #7AA2FA: hue angle of 221.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AA2FA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 162 | 250 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.02 |
| HSL | 221.25º | 0.93% | 0.73% | - |
| HSV(B) | 221.25º | 0.51% | 0.98% | - |
| XYZ | 38.2 | 36.88 | 95.55 | - |
| YUV | 160.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 250 | 0.51 | 0.35 | 0 | 0.02 | 221.25 | 0.93 | 0.73 |
| Hex | 7A | A2 | FA | 33 | 23 | 0 | 2 | DD | 5D | 49 |
| Octal | 172 | 242 | 372 | 63 | 43 | 0 | 2 | 335 | 135 | 111 |
| Binary | 1111010 | 10100010 | 11111010 | 110011 | 100011 | 0 | 10 | 11011101 | 1011101 | 1001001 |
Color Harmonies of #7AA2FA
Complementary color
Monochromatic Colors of #7AA2FA
Black with #7AA2FA
Text Example
Text Example
White with #7AA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA2FA; }
p { color: rgb(122,162,250); }
H1.HeaderClassName
{
color: #7AA2FA;
}
.AnyTagClassName
{
color: #7AA2FA;
}
</style>
background-color css
<style>
a { background-color: #7AA2FA; }
a { background-color: rgb(122,162,250); }
div.DivClassName
{
background-color: #7AA2FA;
}
.BgClassName
{
background-color: #7AA2FA;
}
</style>
border-color css
<style>
span { border-color: #7AA2FA; }
span { border-color: rgb(122,162,250); }
td.TdClassName
{
border-color: #7AA2FA;
}
.TagClassName
{
border-color: #7AA2FA;
}
</style>