Shades of Cornflower Blue #7FA0FC
Tints of Cornflower Blue #7FA0FC
RGB
CMYK
RGB Variations
Color information
#7FA0FC (or 0x7FA0FC) is known color: Cornflower Blue. HEX triplet: 7F, A0 and FC. RGB value is (127,160,252). Sum of RGB (Red+Green+Blue) = 127+160+252=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA0FC is #805F03. Grayscale: #A0A0A0. Windows color (decimal): -8412932 or 16556159. OLE color: 16556159.
HSL color Cylindrical-coordinate representation of color #7FA0FC: hue angle of 224.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA0FC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 160 | 252 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.01 |
| HSL | 224.16º | 0.95% | 0.74% | - |
| HSV(B) | 224.16º | 0.5% | 0.99% | - |
| XYZ | 38.89 | 36.68 | 97.13 | - |
| YUV | 160.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 252 | 0.50 | 0.37 | 0 | 0.01 | 224.16 | 0.95 | 0.74 |
| Hex | 7F | A0 | FC | 32 | 25 | 0 | 1 | E0 | 5F | 4A |
| Octal | 177 | 240 | 374 | 62 | 45 | 0 | 1 | 340 | 137 | 112 |
| Binary | 1111111 | 10100000 | 11111100 | 110010 | 100101 | 0 | 1 | 11100000 | 1011111 | 1001010 |
Color Harmonies of #7FA0FC
Complementary color
Monochromatic Colors of #7FA0FC
Black with #7FA0FC
Text Example
Text Example
White with #7FA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0FC; }
p { color: rgb(127,160,252); }
H1.HeaderClassName
{
color: #7FA0FC;
}
.AnyTagClassName
{
color: #7FA0FC;
}
</style>
background-color css
<style>
a { background-color: #7FA0FC; }
a { background-color: rgb(127,160,252); }
div.DivClassName
{
background-color: #7FA0FC;
}
.BgClassName
{
background-color: #7FA0FC;
}
</style>
border-color css
<style>
span { border-color: #7FA0FC; }
span { border-color: rgb(127,160,252); }
td.TdClassName
{
border-color: #7FA0FC;
}
.TagClassName
{
border-color: #7FA0FC;
}
</style>