Shades of Cornflower Blue #7AA2FE
Tints of Cornflower Blue #7AA2FE
RGB
CMYK
RGB Variations
Color information
#7AA2FE (or 0x7AA2FE) is known color: Cornflower Blue. HEX triplet: 7A, A2 and FE. RGB value is (122,162,254). Sum of RGB (Red+Green+Blue) = 122+162+254=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA2FE is #855D01. Grayscale: #A0A0A0. Windows color (decimal): -8740098 or 16687738. OLE color: 16687738.
HSL color Cylindrical-coordinate representation of color #7AA2FE: hue angle of 221.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA2FE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 162 | 254 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.00 |
| HSL | 221.82º | 0.99% | 0.74% | - |
| HSV(B) | 221.82º | 0.52% | 1% | - |
| XYZ | 38.84 | 37.13 | 98.89 | - |
| YUV | 160.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 254 | 0.52 | 0.36 | 0 | 0.00 | 221.82 | 0.99 | 0.74 |
| Hex | 7A | A2 | FE | 34 | 24 | 0 | 0 | DE | 63 | 4A |
| Octal | 172 | 242 | 376 | 64 | 44 | 0 | 0 | 336 | 143 | 112 |
| Binary | 1111010 | 10100010 | 11111110 | 110100 | 100100 | 0 | 0 | 11011110 | 1100011 | 1001010 |
Color Harmonies of #7AA2FE
Complementary color
Monochromatic Colors of #7AA2FE
Black with #7AA2FE
Text Example
Text Example
White with #7AA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA2FE; }
p { color: rgb(122,162,254); }
H1.HeaderClassName
{
color: #7AA2FE;
}
.AnyTagClassName
{
color: #7AA2FE;
}
</style>
background-color css
<style>
a { background-color: #7AA2FE; }
a { background-color: rgb(122,162,254); }
div.DivClassName
{
background-color: #7AA2FE;
}
.BgClassName
{
background-color: #7AA2FE;
}
</style>
border-color css
<style>
span { border-color: #7AA2FE; }
span { border-color: rgb(122,162,254); }
td.TdClassName
{
border-color: #7AA2FE;
}
.TagClassName
{
border-color: #7AA2FE;
}
</style>