Shades of Cornflower Blue #7A90EC
Tints of Cornflower Blue #7A90EC
RGB
CMYK
RGB Variations
Color information
#7A90EC (or 0x7A90EC) is known color: Cornflower Blue. HEX triplet: 7A, 90 and EC. RGB value is (122,144,236). Sum of RGB (Red+Green+Blue) = 122+144+236=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A90EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A90EC is #856F13. Grayscale: #939393. Windows color (decimal): -8744724 or 15503482. OLE color: 15503482.
HSL color Cylindrical-coordinate representation of color #7A90EC: hue angle of 228.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A90EC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 144 | 236 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.07 |
| HSL | 228.42º | 0.75% | 0.7% | - |
| HSV(B) | 228.42º | 0.48% | 0.93% | - |
| XYZ | 33.14 | 30.14 | 83.43 | - |
| YUV | 147.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 236 | 0.48 | 0.39 | 0 | 0.07 | 228.42 | 0.75 | 0.7 |
| Hex | 7A | 90 | EC | 30 | 27 | 0 | 7 | E4 | 4B | 46 |
| Octal | 172 | 220 | 354 | 60 | 47 | 0 | 7 | 344 | 113 | 106 |
| Binary | 1111010 | 10010000 | 11101100 | 110000 | 100111 | 0 | 111 | 11100100 | 1001011 | 1000110 |
Color Harmonies of #7A90EC
Complementary color
Monochromatic Colors of #7A90EC
Black with #7A90EC
Text Example
Text Example
White with #7A90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90EC; }
p { color: rgb(122,144,236); }
H1.HeaderClassName
{
color: #7A90EC;
}
.AnyTagClassName
{
color: #7A90EC;
}
</style>
background-color css
<style>
a { background-color: #7A90EC; }
a { background-color: rgb(122,144,236); }
div.DivClassName
{
background-color: #7A90EC;
}
.BgClassName
{
background-color: #7A90EC;
}
</style>
border-color css
<style>
span { border-color: #7A90EC; }
span { border-color: rgb(122,144,236); }
td.TdClassName
{
border-color: #7A90EC;
}
.TagClassName
{
border-color: #7A90EC;
}
</style>