Shades of Cornflower Blue #7799FA
Tints of Cornflower Blue #7799FA
RGB
CMYK
RGB Variations
Color information
#7799FA (or 0x7799FA) is known color: Cornflower Blue. HEX triplet: 77, 99 and FA. RGB value is (119,153,250). Sum of RGB (Red+Green+Blue) = 119+153+250=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #7799FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799FA is #886605. Grayscale: #999999. Windows color (decimal): -8939014 or 16423287. OLE color: 16423287.
HSL color Cylindrical-coordinate representation of color #7799FA: hue angle of 224.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7799FA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 153 | 250 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.02 |
| HSL | 224.43º | 0.93% | 0.72% | - |
| HSV(B) | 224.43º | 0.52% | 0.98% | - |
| XYZ | 36.25 | 33.61 | 95.02 | - |
| YUV | 153.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 250 | 0.52 | 0.39 | 0 | 0.02 | 224.43 | 0.93 | 0.72 |
| Hex | 77 | 99 | FA | 34 | 27 | 0 | 2 | E0 | 5D | 48 |
| Octal | 167 | 231 | 372 | 64 | 47 | 0 | 2 | 340 | 135 | 110 |
| Binary | 1110111 | 10011001 | 11111010 | 110100 | 100111 | 0 | 10 | 11100000 | 1011101 | 1001000 |
Color Harmonies of #7799FA
Complementary color
Monochromatic Colors of #7799FA
Black with #7799FA
Text Example
Text Example
White with #7799FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799FA; }
p { color: rgb(119,153,250); }
H1.HeaderClassName
{
color: #7799FA;
}
.AnyTagClassName
{
color: #7799FA;
}
</style>
background-color css
<style>
a { background-color: #7799FA; }
a { background-color: rgb(119,153,250); }
div.DivClassName
{
background-color: #7799FA;
}
.BgClassName
{
background-color: #7799FA;
}
</style>
border-color css
<style>
span { border-color: #7799FA; }
span { border-color: rgb(119,153,250); }
td.TdClassName
{
border-color: #7799FA;
}
.TagClassName
{
border-color: #7799FA;
}
</style>