Shades of Cornflower Blue #7799FE
Tints of Cornflower Blue #7799FE
RGB
CMYK
RGB Variations
Color information
#7799FE (or 0x7799FE) is known color: Cornflower Blue. HEX triplet: 77, 99 and FE. RGB value is (119,153,254). Sum of RGB (Red+Green+Blue) = 119+153+254=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #7799FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799FE is #886601. Grayscale: #999999. Windows color (decimal): -8939010 or 16685431. OLE color: 16685431.
HSL color Cylindrical-coordinate representation of color #7799FE: hue angle of 224.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7799FE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 153 | 254 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.00 |
| HSL | 224.89º | 0.99% | 0.73% | - |
| HSV(B) | 224.89º | 0.53% | 1% | - |
| XYZ | 36.89 | 33.86 | 98.36 | - |
| YUV | 154.35 | 184.24 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 254 | 0.53 | 0.40 | 0 | 0.00 | 224.89 | 0.99 | 0.73 |
| Hex | 77 | 99 | FE | 35 | 28 | 0 | 0 | E1 | 63 | 49 |
| Octal | 167 | 231 | 376 | 65 | 50 | 0 | 0 | 341 | 143 | 111 |
| Binary | 1110111 | 10011001 | 11111110 | 110101 | 101000 | 0 | 0 | 11100001 | 1100011 | 1001001 |
Color Harmonies of #7799FE
Complementary color
Monochromatic Colors of #7799FE
Black with #7799FE
Text Example
Text Example
White with #7799FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799FE; }
p { color: rgb(119,153,254); }
H1.HeaderClassName
{
color: #7799FE;
}
.AnyTagClassName
{
color: #7799FE;
}
</style>
background-color css
<style>
a { background-color: #7799FE; }
a { background-color: rgb(119,153,254); }
div.DivClassName
{
background-color: #7799FE;
}
.BgClassName
{
background-color: #7799FE;
}
</style>
border-color css
<style>
span { border-color: #7799FE; }
span { border-color: rgb(119,153,254); }
td.TdClassName
{
border-color: #7799FE;
}
.TagClassName
{
border-color: #7799FE;
}
</style>