Shades of Cornflower Blue #7F9FFB
Tints of Cornflower Blue #7F9FFB
RGB
CMYK
RGB Variations
Color information
#7F9FFB (or 0x7F9FFB) is known color: Cornflower Blue. HEX triplet: 7F, 9F and FB. RGB value is (127,159,251). Sum of RGB (Red+Green+Blue) = 127+159+251=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F9FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FFB is #806004. Grayscale: #9F9F9F. Windows color (decimal): -8413189 or 16490367. OLE color: 16490367.
HSL color Cylindrical-coordinate representation of color #7F9FFB: hue angle of 224.52º 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 #7F9FFB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 159 | 251 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.02 |
| HSL | 224.52º | 0.94% | 0.74% | - |
| HSV(B) | 224.52º | 0.49% | 0.98% | - |
| XYZ | 38.56 | 36.27 | 96.24 | - |
| YUV | 159.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 251 | 0.49 | 0.37 | 0 | 0.02 | 224.52 | 0.94 | 0.74 |
| Hex | 7F | 9F | FB | 31 | 25 | 0 | 2 | E1 | 5E | 4A |
| Octal | 177 | 237 | 373 | 61 | 45 | 0 | 2 | 341 | 136 | 112 |
| Binary | 1111111 | 10011111 | 11111011 | 110001 | 100101 | 0 | 10 | 11100001 | 1011110 | 1001010 |
Color Harmonies of #7F9FFB
Complementary color
Monochromatic Colors of #7F9FFB
Black with #7F9FFB
Text Example
Text Example
White with #7F9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FFB; }
p { color: rgb(127,159,251); }
H1.HeaderClassName
{
color: #7F9FFB;
}
.AnyTagClassName
{
color: #7F9FFB;
}
</style>
background-color css
<style>
a { background-color: #7F9FFB; }
a { background-color: rgb(127,159,251); }
div.DivClassName
{
background-color: #7F9FFB;
}
.BgClassName
{
background-color: #7F9FFB;
}
</style>
border-color css
<style>
span { border-color: #7F9FFB; }
span { border-color: rgb(127,159,251); }
td.TdClassName
{
border-color: #7F9FFB;
}
.TagClassName
{
border-color: #7F9FFB;
}
</style>