Shades of Cornflower Blue #7C9FFA
Tints of Cornflower Blue #7C9FFA
RGB
CMYK
RGB Variations
Color information
#7C9FFA (or 0x7C9FFA) is known color: Cornflower Blue. HEX triplet: 7C, 9F and FA. RGB value is (124,159,250). Sum of RGB (Red+Green+Blue) = 124+159+250=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9FFA is #836005. Grayscale: #9E9E9E. Windows color (decimal): -8609798 or 16424828. OLE color: 16424828.
HSL color Cylindrical-coordinate representation of color #7C9FFA: hue angle of 223.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C9FFA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 159 | 250 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.02 |
| HSL | 223.33º | 0.93% | 0.73% | - |
| HSV(B) | 223.33º | 0.5% | 0.98% | - |
| XYZ | 37.97 | 35.98 | 95.39 | - |
| YUV | 158.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 250 | 0.50 | 0.36 | 0 | 0.02 | 223.33 | 0.93 | 0.73 |
| Hex | 7C | 9F | FA | 32 | 24 | 0 | 2 | DF | 5D | 49 |
| Octal | 174 | 237 | 372 | 62 | 44 | 0 | 2 | 337 | 135 | 111 |
| Binary | 1111100 | 10011111 | 11111010 | 110010 | 100100 | 0 | 10 | 11011111 | 1011101 | 1001001 |
Color Harmonies of #7C9FFA
Complementary color
Monochromatic Colors of #7C9FFA
Black with #7C9FFA
Text Example
Text Example
White with #7C9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9FFA; }
p { color: rgb(124,159,250); }
H1.HeaderClassName
{
color: #7C9FFA;
}
.AnyTagClassName
{
color: #7C9FFA;
}
</style>
background-color css
<style>
a { background-color: #7C9FFA; }
a { background-color: rgb(124,159,250); }
div.DivClassName
{
background-color: #7C9FFA;
}
.BgClassName
{
background-color: #7C9FFA;
}
</style>
border-color css
<style>
span { border-color: #7C9FFA; }
span { border-color: rgb(124,159,250); }
td.TdClassName
{
border-color: #7C9FFA;
}
.TagClassName
{
border-color: #7C9FFA;
}
</style>