Shades of Cornflower Blue #7A90F3
Tints of Cornflower Blue #7A90F3
RGB
CMYK
RGB Variations
Color information
#7A90F3 (or 0x7A90F3) is known color: Cornflower Blue. HEX triplet: 7A, 90 and F3. RGB value is (122,144,243). Sum of RGB (Red+Green+Blue) = 122+144+243=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A90F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A90F3 is #856F0C. Grayscale: #949494. Windows color (decimal): -8744717 or 15962234. OLE color: 15962234.
HSL color Cylindrical-coordinate representation of color #7A90F3: hue angle of 229.09º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A90F3 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 144 | 243 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.05 |
| HSL | 229.09º | 0.83% | 0.72% | - |
| HSV(B) | 229.09º | 0.5% | 0.95% | - |
| XYZ | 34.18 | 30.56 | 88.89 | - |
| YUV | 148.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 243 | 0.50 | 0.41 | 0 | 0.05 | 229.09 | 0.83 | 0.72 |
| Hex | 7A | 90 | F3 | 32 | 29 | 0 | 5 | E5 | 53 | 48 |
| Octal | 172 | 220 | 363 | 62 | 51 | 0 | 5 | 345 | 123 | 110 |
| Binary | 1111010 | 10010000 | 11110011 | 110010 | 101001 | 0 | 101 | 11100101 | 1010011 | 1001000 |
Color Harmonies of #7A90F3
Complementary color
Monochromatic Colors of #7A90F3
Black with #7A90F3
Text Example
Text Example
White with #7A90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90F3; }
p { color: rgb(122,144,243); }
H1.HeaderClassName
{
color: #7A90F3;
}
.AnyTagClassName
{
color: #7A90F3;
}
</style>
background-color css
<style>
a { background-color: #7A90F3; }
a { background-color: rgb(122,144,243); }
div.DivClassName
{
background-color: #7A90F3;
}
.BgClassName
{
background-color: #7A90F3;
}
</style>
border-color css
<style>
span { border-color: #7A90F3; }
span { border-color: rgb(122,144,243); }
td.TdClassName
{
border-color: #7A90F3;
}
.TagClassName
{
border-color: #7A90F3;
}
</style>