Shades of Cornflower Blue #7C94FA
Tints of Cornflower Blue #7C94FA
RGB
CMYK
RGB Variations
Color information
#7C94FA (or 0x7C94FA) is known color: Cornflower Blue. HEX triplet: 7C, 94 and FA. RGB value is (124,148,250). Sum of RGB (Red+Green+Blue) = 124+148+250=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C94FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C94FA is #836B05. Grayscale: #989898. Windows color (decimal): -8612614 or 16422012. OLE color: 16422012.
HSL color Cylindrical-coordinate representation of color #7C94FA: hue angle of 228.57º 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 #7C94FA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 148 | 250 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.02 |
| HSL | 228.57º | 0.93% | 0.73% | - |
| HSV(B) | 228.57º | 0.5% | 0.98% | - |
| XYZ | 36.16 | 32.37 | 94.78 | - |
| YUV | 152.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 250 | 0.50 | 0.41 | 0 | 0.02 | 228.57 | 0.93 | 0.73 |
| Hex | 7C | 94 | FA | 32 | 29 | 0 | 2 | E5 | 5D | 49 |
| Octal | 174 | 224 | 372 | 62 | 51 | 0 | 2 | 345 | 135 | 111 |
| Binary | 1111100 | 10010100 | 11111010 | 110010 | 101001 | 0 | 10 | 11100101 | 1011101 | 1001001 |
Color Harmonies of #7C94FA
Complementary color
Monochromatic Colors of #7C94FA
Black with #7C94FA
Text Example
Text Example
White with #7C94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C94FA; }
p { color: rgb(124,148,250); }
H1.HeaderClassName
{
color: #7C94FA;
}
.AnyTagClassName
{
color: #7C94FA;
}
</style>
background-color css
<style>
a { background-color: #7C94FA; }
a { background-color: rgb(124,148,250); }
div.DivClassName
{
background-color: #7C94FA;
}
.BgClassName
{
background-color: #7C94FA;
}
</style>
border-color css
<style>
span { border-color: #7C94FA; }
span { border-color: rgb(124,148,250); }
td.TdClassName
{
border-color: #7C94FA;
}
.TagClassName
{
border-color: #7C94FA;
}
</style>