Shades of Cornflower Blue #7F9CF2
Tints of Cornflower Blue #7F9CF2
RGB
CMYK
RGB Variations
Color information
#7F9CF2 (or 0x7F9CF2) is known color: Cornflower Blue. HEX triplet: 7F, 9C and F2. RGB value is (127,156,242). Sum of RGB (Red+Green+Blue) = 127+156+242=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F9CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CF2 is #80630D. Grayscale: #9C9C9C. Windows color (decimal): -8413966 or 15899775. OLE color: 15899775.
HSL color Cylindrical-coordinate representation of color #7F9CF2: hue angle of 224.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F9CF2 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 156 | 242 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.05 |
| HSL | 224.87º | 0.82% | 0.72% | - |
| HSV(B) | 224.87º | 0.48% | 0.95% | - |
| XYZ | 36.67 | 34.7 | 88.77 | - |
| YUV | 157.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 242 | 0.48 | 0.36 | 0 | 0.05 | 224.87 | 0.82 | 0.72 |
| Hex | 7F | 9C | F2 | 30 | 24 | 0 | 5 | E1 | 52 | 48 |
| Octal | 177 | 234 | 362 | 60 | 44 | 0 | 5 | 341 | 122 | 110 |
| Binary | 1111111 | 10011100 | 11110010 | 110000 | 100100 | 0 | 101 | 11100001 | 1010010 | 1001000 |
Color Harmonies of #7F9CF2
Complementary color
Monochromatic Colors of #7F9CF2
Black with #7F9CF2
Text Example
Text Example
White with #7F9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CF2; }
p { color: rgb(127,156,242); }
H1.HeaderClassName
{
color: #7F9CF2;
}
.AnyTagClassName
{
color: #7F9CF2;
}
</style>
background-color css
<style>
a { background-color: #7F9CF2; }
a { background-color: rgb(127,156,242); }
div.DivClassName
{
background-color: #7F9CF2;
}
.BgClassName
{
background-color: #7F9CF2;
}
</style>
border-color css
<style>
span { border-color: #7F9CF2; }
span { border-color: rgb(127,156,242); }
td.TdClassName
{
border-color: #7F9CF2;
}
.TagClassName
{
border-color: #7F9CF2;
}
</style>