Shades of Cornflower Blue #7799FF
Tints of Cornflower Blue #7799FF
RGB
CMYK
RGB Variations
Color information
#7799FF (or 0x7799FF) is known color: Cornflower Blue. HEX triplet: 77, 99 and FF. RGB value is (119,153,255). Sum of RGB (Red+Green+Blue) = 119+153+255=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #7799FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799FF is #886600. Grayscale: #9A9A9A. Windows color (decimal): -8939009 or 16750967. OLE color: 16750967.
HSL color Cylindrical-coordinate representation of color #7799FF: hue angle of 225º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7799FF is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 153 | 255 | - |
| CMYK | 0.53 | 0.4 | 0 | 0 |
| HSL | 225º | 1% | 0.73% | - |
| HSV(B) | 225º | 0.53% | 1% | - |
| XYZ | 37.05 | 33.92 | 99.2 | - |
| YUV | 154.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 255 | 0.53 | 0.4 | 0 | 0 | 225 | 1 | 0.73 |
| Hex | 77 | 99 | FF | 35 | 28 | 0 | 0 | E1 | 64 | 49 |
| Octal | 167 | 231 | 377 | 65 | 50 | 0 | 0 | 341 | 144 | 111 |
| Binary | 1110111 | 10011001 | 11111111 | 110101 | 101000 | 0 | 0 | 11100001 | 1100100 | 1001001 |
Color Harmonies of #7799FF
Complementary color
Monochromatic Colors of #7799FF
Black with #7799FF
Text Example
Text Example
White with #7799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799FF; }
p { color: rgb(119,153,255); }
H1.HeaderClassName
{
color: #7799FF;
}
.AnyTagClassName
{
color: #7799FF;
}
</style>
background-color css
<style>
a { background-color: #7799FF; }
a { background-color: rgb(119,153,255); }
div.DivClassName
{
background-color: #7799FF;
}
.BgClassName
{
background-color: #7799FF;
}
</style>
border-color css
<style>
span { border-color: #7799FF; }
span { border-color: rgb(119,153,255); }
td.TdClassName
{
border-color: #7799FF;
}
.TagClassName
{
border-color: #7799FF;
}
</style>