Shades of Cornflower Blue #7AA5FE
Tints of Cornflower Blue #7AA5FE
RGB
CMYK
RGB Variations
Color information
#7AA5FE (or 0x7AA5FE) is known color: Cornflower Blue. HEX triplet: 7A, A5 and FE. RGB value is (122,165,254). Sum of RGB (Red+Green+Blue) = 122+165+254=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AA5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA5FE is #855A01. Grayscale: #A1A1A1. Windows color (decimal): -8739330 or 16688506. OLE color: 16688506.
HSL color Cylindrical-coordinate representation of color #7AA5FE: hue angle of 220.45º 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 #7AA5FE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 165 | 254 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.00 |
| HSL | 220.45º | 0.99% | 0.74% | - |
| HSV(B) | 220.45º | 0.52% | 1% | - |
| XYZ | 39.37 | 38.2 | 99.06 | - |
| YUV | 162.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 254 | 0.52 | 0.35 | 0 | 0.00 | 220.45 | 0.99 | 0.74 |
| Hex | 7A | A5 | FE | 34 | 23 | 0 | 0 | DC | 63 | 4A |
| Octal | 172 | 245 | 376 | 64 | 43 | 0 | 0 | 334 | 143 | 112 |
| Binary | 1111010 | 10100101 | 11111110 | 110100 | 100011 | 0 | 0 | 11011100 | 1100011 | 1001010 |
Color Harmonies of #7AA5FE
Complementary color
Monochromatic Colors of #7AA5FE
Black with #7AA5FE
Text Example
Text Example
White with #7AA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA5FE; }
p { color: rgb(122,165,254); }
H1.HeaderClassName
{
color: #7AA5FE;
}
.AnyTagClassName
{
color: #7AA5FE;
}
</style>
background-color css
<style>
a { background-color: #7AA5FE; }
a { background-color: rgb(122,165,254); }
div.DivClassName
{
background-color: #7AA5FE;
}
.BgClassName
{
background-color: #7AA5FE;
}
</style>
border-color css
<style>
span { border-color: #7AA5FE; }
span { border-color: rgb(122,165,254); }
td.TdClassName
{
border-color: #7AA5FE;
}
.TagClassName
{
border-color: #7AA5FE;
}
</style>