Shades of Cornflower Blue #7AA2FB
Tints of Cornflower Blue #7AA2FB
RGB
CMYK
RGB Variations
Color information
#7AA2FB (or 0x7AA2FB) is known color: Cornflower Blue. HEX triplet: 7A, A2 and FB. RGB value is (122,162,251). Sum of RGB (Red+Green+Blue) = 122+162+251=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA2FB is #855D04. Grayscale: #9F9F9F. Windows color (decimal): -8740101 or 16491130. OLE color: 16491130.
HSL color Cylindrical-coordinate representation of color #7AA2FB: hue angle of 221.4º degrees, saturation: 0.94, 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 #7AA2FB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 162 | 251 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.02 |
| HSL | 221.4º | 0.94% | 0.73% | - |
| HSV(B) | 221.4º | 0.51% | 0.98% | - |
| XYZ | 38.36 | 36.94 | 96.38 | - |
| YUV | 160.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 251 | 0.51 | 0.35 | 0 | 0.02 | 221.4 | 0.94 | 0.73 |
| Hex | 7A | A2 | FB | 33 | 23 | 0 | 2 | DD | 5E | 49 |
| Octal | 172 | 242 | 373 | 63 | 43 | 0 | 2 | 335 | 136 | 111 |
| Binary | 1111010 | 10100010 | 11111011 | 110011 | 100011 | 0 | 10 | 11011101 | 1011110 | 1001001 |
Color Harmonies of #7AA2FB
Complementary color
Monochromatic Colors of #7AA2FB
Black with #7AA2FB
Text Example
Text Example
White with #7AA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA2FB; }
p { color: rgb(122,162,251); }
H1.HeaderClassName
{
color: #7AA2FB;
}
.AnyTagClassName
{
color: #7AA2FB;
}
</style>
background-color css
<style>
a { background-color: #7AA2FB; }
a { background-color: rgb(122,162,251); }
div.DivClassName
{
background-color: #7AA2FB;
}
.BgClassName
{
background-color: #7AA2FB;
}
</style>
border-color css
<style>
span { border-color: #7AA2FB; }
span { border-color: rgb(122,162,251); }
td.TdClassName
{
border-color: #7AA2FB;
}
.TagClassName
{
border-color: #7AA2FB;
}
</style>