Shades of Cornflower Blue #7E9EFE
Tints of Cornflower Blue #7E9EFE
RGB
CMYK
RGB Variations
Color information
#7E9EFE (or 0x7E9EFE) is known color: Cornflower Blue. HEX triplet: 7E, 9E and FE. RGB value is (126,158,254). Sum of RGB (Red+Green+Blue) = 126+158+254=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EFE is #816101. Grayscale: #9E9E9E. Windows color (decimal): -8478978 or 16686718. OLE color: 16686718.
HSL color Cylindrical-coordinate representation of color #7E9EFE: hue angle of 225º 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 #7E9EFE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 158 | 254 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.00 |
| HSL | 225º | 0.98% | 0.75% | - |
| HSV(B) | 225º | 0.5% | 1% | - |
| XYZ | 38.72 | 36.05 | 98.68 | - |
| YUV | 159.38 | 181.4 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 254 | 0.50 | 0.38 | 0 | 0.00 | 225 | 0.98 | 0.75 |
| Hex | 7E | 9E | FE | 32 | 26 | 0 | 0 | E1 | 62 | 4B |
| Octal | 176 | 236 | 376 | 62 | 46 | 0 | 0 | 341 | 142 | 113 |
| Binary | 1111110 | 10011110 | 11111110 | 110010 | 100110 | 0 | 0 | 11100001 | 1100010 | 1001011 |
Color Harmonies of #7E9EFE
Complementary color
Monochromatic Colors of #7E9EFE
Black with #7E9EFE
Text Example
Text Example
White with #7E9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9EFE; }
p { color: rgb(126,158,254); }
H1.HeaderClassName
{
color: #7E9EFE;
}
.AnyTagClassName
{
color: #7E9EFE;
}
</style>
background-color css
<style>
a { background-color: #7E9EFE; }
a { background-color: rgb(126,158,254); }
div.DivClassName
{
background-color: #7E9EFE;
}
.BgClassName
{
background-color: #7E9EFE;
}
</style>
border-color css
<style>
span { border-color: #7E9EFE; }
span { border-color: rgb(126,158,254); }
td.TdClassName
{
border-color: #7E9EFE;
}
.TagClassName
{
border-color: #7E9EFE;
}
</style>