Shades of Cornflower Blue #7799F7
Tints of Cornflower Blue #7799F7
RGB
CMYK
RGB Variations
Color information
#7799F7 (or 0x7799F7) is known color: Cornflower Blue. HEX triplet: 77, 99 and F7. RGB value is (119,153,247). Sum of RGB (Red+Green+Blue) = 119+153+247=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #7799F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799F7 is #886608. Grayscale: #999999. Windows color (decimal): -8939017 or 16226679. OLE color: 16226679.
HSL color Cylindrical-coordinate representation of color #7799F7: hue angle of 224.06º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7799F7 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 153 | 247 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.03 |
| HSL | 224.06º | 0.89% | 0.72% | - |
| HSV(B) | 224.06º | 0.52% | 0.97% | - |
| XYZ | 35.79 | 33.42 | 92.56 | - |
| YUV | 153.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 247 | 0.52 | 0.38 | 0 | 0.03 | 224.06 | 0.89 | 0.72 |
| Hex | 77 | 99 | F7 | 34 | 26 | 0 | 3 | E0 | 59 | 48 |
| Octal | 167 | 231 | 367 | 64 | 46 | 0 | 3 | 340 | 131 | 110 |
| Binary | 1110111 | 10011001 | 11110111 | 110100 | 100110 | 0 | 11 | 11100000 | 1011001 | 1001000 |
Color Harmonies of #7799F7
Complementary color
Monochromatic Colors of #7799F7
Black with #7799F7
Text Example
Text Example
White with #7799F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799F7; }
p { color: rgb(119,153,247); }
H1.HeaderClassName
{
color: #7799F7;
}
.AnyTagClassName
{
color: #7799F7;
}
</style>
background-color css
<style>
a { background-color: #7799F7; }
a { background-color: rgb(119,153,247); }
div.DivClassName
{
background-color: #7799F7;
}
.BgClassName
{
background-color: #7799F7;
}
</style>
border-color css
<style>
span { border-color: #7799F7; }
span { border-color: rgb(119,153,247); }
td.TdClassName
{
border-color: #7799F7;
}
.TagClassName
{
border-color: #7799F7;
}
</style>