Shades of Cornflower Blue #7F9EFB
Tints of Cornflower Blue #7F9EFB
RGB
CMYK
RGB Variations
Color information
#7F9EFB (or 0x7F9EFB) is known color: Cornflower Blue. HEX triplet: 7F, 9E and FB. RGB value is (127,158,251). Sum of RGB (Red+Green+Blue) = 127+158+251=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9EFB is #806104. Grayscale: #9E9E9E. Windows color (decimal): -8413445 or 16490111. OLE color: 16490111.
HSL color Cylindrical-coordinate representation of color #7F9EFB: hue angle of 225º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F9EFB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 158 | 251 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.02 |
| HSL | 225º | 0.94% | 0.74% | - |
| HSV(B) | 225º | 0.49% | 0.98% | - |
| XYZ | 38.39 | 35.93 | 96.18 | - |
| YUV | 159.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 251 | 0.49 | 0.37 | 0 | 0.02 | 225 | 0.94 | 0.74 |
| Hex | 7F | 9E | FB | 31 | 25 | 0 | 2 | E1 | 5E | 4A |
| Octal | 177 | 236 | 373 | 61 | 45 | 0 | 2 | 341 | 136 | 112 |
| Binary | 1111111 | 10011110 | 11111011 | 110001 | 100101 | 0 | 10 | 11100001 | 1011110 | 1001010 |
Color Harmonies of #7F9EFB
Complementary color
Monochromatic Colors of #7F9EFB
Black with #7F9EFB
Text Example
Text Example
White with #7F9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9EFB; }
p { color: rgb(127,158,251); }
H1.HeaderClassName
{
color: #7F9EFB;
}
.AnyTagClassName
{
color: #7F9EFB;
}
</style>
background-color css
<style>
a { background-color: #7F9EFB; }
a { background-color: rgb(127,158,251); }
div.DivClassName
{
background-color: #7F9EFB;
}
.BgClassName
{
background-color: #7F9EFB;
}
</style>
border-color css
<style>
span { border-color: #7F9EFB; }
span { border-color: rgb(127,158,251); }
td.TdClassName
{
border-color: #7F9EFB;
}
.TagClassName
{
border-color: #7F9EFB;
}
</style>