Shades of Cornflower Blue #7E9EFB
Tints of Cornflower Blue #7E9EFB
RGB
CMYK
RGB Variations
Color information
#7E9EFB (or 0x7E9EFB) is known color: Cornflower Blue. HEX triplet: 7E, 9E and FB. RGB value is (126,158,251). Sum of RGB (Red+Green+Blue) = 126+158+251=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EFB is #816104. Grayscale: #9E9E9E. Windows color (decimal): -8478981 or 16490110. OLE color: 16490110.
HSL color Cylindrical-coordinate representation of color #7E9EFB: hue angle of 224.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E9EFB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 158 | 251 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.02 |
| HSL | 224.64º | 0.94% | 0.74% | - |
| HSV(B) | 224.64º | 0.5% | 0.98% | - |
| XYZ | 38.24 | 35.85 | 96.17 | - |
| YUV | 159.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 251 | 0.50 | 0.37 | 0 | 0.02 | 224.64 | 0.94 | 0.74 |
| Hex | 7E | 9E | FB | 32 | 25 | 0 | 2 | E1 | 5E | 4A |
| Octal | 176 | 236 | 373 | 62 | 45 | 0 | 2 | 341 | 136 | 112 |
| Binary | 1111110 | 10011110 | 11111011 | 110010 | 100101 | 0 | 10 | 11100001 | 1011110 | 1001010 |
Color Harmonies of #7E9EFB
Complementary color
Monochromatic Colors of #7E9EFB
Black with #7E9EFB
Text Example
Text Example
White with #7E9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9EFB; }
p { color: rgb(126,158,251); }
H1.HeaderClassName
{
color: #7E9EFB;
}
.AnyTagClassName
{
color: #7E9EFB;
}
</style>
background-color css
<style>
a { background-color: #7E9EFB; }
a { background-color: rgb(126,158,251); }
div.DivClassName
{
background-color: #7E9EFB;
}
.BgClassName
{
background-color: #7E9EFB;
}
</style>
border-color css
<style>
span { border-color: #7E9EFB; }
span { border-color: rgb(126,158,251); }
td.TdClassName
{
border-color: #7E9EFB;
}
.TagClassName
{
border-color: #7E9EFB;
}
</style>