Shades of Cornflower Blue #7F9FFE
Tints of Cornflower Blue #7F9FFE
RGB
CMYK
RGB Variations
Color information
#7F9FFE (or 0x7F9FFE) is known color: Cornflower Blue. HEX triplet: 7F, 9F and FE. RGB value is (127,159,254). Sum of RGB (Red+Green+Blue) = 127+159+254=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FFE is #806001. Grayscale: #9F9F9F. Windows color (decimal): -8413186 or 16686975. OLE color: 16686975.
HSL color Cylindrical-coordinate representation of color #7F9FFE: hue angle of 224.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9FFE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 159 | 254 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.00 |
| HSL | 224.88º | 0.98% | 0.75% | - |
| HSV(B) | 224.88º | 0.5% | 1% | - |
| XYZ | 39.04 | 36.46 | 98.75 | - |
| YUV | 160.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 254 | 0.50 | 0.37 | 0 | 0.00 | 224.88 | 0.98 | 0.75 |
| Hex | 7F | 9F | FE | 32 | 25 | 0 | 0 | E1 | 62 | 4B |
| Octal | 177 | 237 | 376 | 62 | 45 | 0 | 0 | 341 | 142 | 113 |
| Binary | 1111111 | 10011111 | 11111110 | 110010 | 100101 | 0 | 0 | 11100001 | 1100010 | 1001011 |
Color Harmonies of #7F9FFE
Complementary color
Monochromatic Colors of #7F9FFE
Black with #7F9FFE
Text Example
Text Example
White with #7F9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FFE; }
p { color: rgb(127,159,254); }
H1.HeaderClassName
{
color: #7F9FFE;
}
.AnyTagClassName
{
color: #7F9FFE;
}
</style>
background-color css
<style>
a { background-color: #7F9FFE; }
a { background-color: rgb(127,159,254); }
div.DivClassName
{
background-color: #7F9FFE;
}
.BgClassName
{
background-color: #7F9FFE;
}
</style>
border-color css
<style>
span { border-color: #7F9FFE; }
span { border-color: rgb(127,159,254); }
td.TdClassName
{
border-color: #7F9FFE;
}
.TagClassName
{
border-color: #7F9FFE;
}
</style>