Shades of Cornflower Blue #7A9AFB
Tints of Cornflower Blue #7A9AFB
RGB
CMYK
RGB Variations
Color information
#7A9AFB (or 0x7A9AFB) is known color: Cornflower Blue. HEX triplet: 7A, 9A and FB. RGB value is (122,154,251). Sum of RGB (Red+Green+Blue) = 122+154+251=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A9AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AFB is #856504. Grayscale: #9B9B9B. Windows color (decimal): -8742149 or 16489082. OLE color: 16489082.
HSL color Cylindrical-coordinate representation of color #7A9AFB: hue angle of 225.12º 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 #7A9AFB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 154 | 251 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.02 |
| HSL | 225.12º | 0.94% | 0.73% | - |
| HSV(B) | 225.12º | 0.51% | 0.98% | - |
| XYZ | 36.99 | 34.21 | 95.92 | - |
| YUV | 155.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 251 | 0.51 | 0.39 | 0 | 0.02 | 225.12 | 0.94 | 0.73 |
| Hex | 7A | 9A | FB | 33 | 27 | 0 | 2 | E1 | 5E | 49 |
| Octal | 172 | 232 | 373 | 63 | 47 | 0 | 2 | 341 | 136 | 111 |
| Binary | 1111010 | 10011010 | 11111011 | 110011 | 100111 | 0 | 10 | 11100001 | 1011110 | 1001001 |
Color Harmonies of #7A9AFB
Complementary color
Monochromatic Colors of #7A9AFB
Black with #7A9AFB
Text Example
Text Example
White with #7A9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9AFB; }
p { color: rgb(122,154,251); }
H1.HeaderClassName
{
color: #7A9AFB;
}
.AnyTagClassName
{
color: #7A9AFB;
}
</style>
background-color css
<style>
a { background-color: #7A9AFB; }
a { background-color: rgb(122,154,251); }
div.DivClassName
{
background-color: #7A9AFB;
}
.BgClassName
{
background-color: #7A9AFB;
}
</style>
border-color css
<style>
span { border-color: #7A9AFB; }
span { border-color: rgb(122,154,251); }
td.TdClassName
{
border-color: #7A9AFB;
}
.TagClassName
{
border-color: #7A9AFB;
}
</style>