Shades of Cornflower Blue #7F9FFC
Tints of Cornflower Blue #7F9FFC
RGB
CMYK
RGB Variations
Color information
#7F9FFC (or 0x7F9FFC) is known color: Cornflower Blue. HEX triplet: 7F, 9F and FC. RGB value is (127,159,252). Sum of RGB (Red+Green+Blue) = 127+159+252=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FFC is #806003. Grayscale: #9F9F9F. Windows color (decimal): -8413188 or 16555903. OLE color: 16555903.
HSL color Cylindrical-coordinate representation of color #7F9FFC: hue angle of 224.64º 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 #7F9FFC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 159 | 252 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.01 |
| HSL | 224.64º | 0.95% | 0.74% | - |
| HSV(B) | 224.64º | 0.5% | 0.99% | - |
| XYZ | 38.72 | 36.34 | 97.07 | - |
| YUV | 160.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 252 | 0.50 | 0.37 | 0 | 0.01 | 224.64 | 0.95 | 0.74 |
| Hex | 7F | 9F | FC | 32 | 25 | 0 | 1 | E1 | 5F | 4A |
| Octal | 177 | 237 | 374 | 62 | 45 | 0 | 1 | 341 | 137 | 112 |
| Binary | 1111111 | 10011111 | 11111100 | 110010 | 100101 | 0 | 1 | 11100001 | 1011111 | 1001010 |
Color Harmonies of #7F9FFC
Complementary color
Monochromatic Colors of #7F9FFC
Black with #7F9FFC
Text Example
Text Example
White with #7F9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FFC; }
p { color: rgb(127,159,252); }
H1.HeaderClassName
{
color: #7F9FFC;
}
.AnyTagClassName
{
color: #7F9FFC;
}
</style>
background-color css
<style>
a { background-color: #7F9FFC; }
a { background-color: rgb(127,159,252); }
div.DivClassName
{
background-color: #7F9FFC;
}
.BgClassName
{
background-color: #7F9FFC;
}
</style>
border-color css
<style>
span { border-color: #7F9FFC; }
span { border-color: rgb(127,159,252); }
td.TdClassName
{
border-color: #7F9FFC;
}
.TagClassName
{
border-color: #7F9FFC;
}
</style>