Shades of Cornflower Blue #7799FB
Tints of Cornflower Blue #7799FB
RGB
CMYK
RGB Variations
Color information
#7799FB (or 0x7799FB) is known color: Cornflower Blue. HEX triplet: 77, 99 and FB. RGB value is (119,153,251). Sum of RGB (Red+Green+Blue) = 119+153+251=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #7799FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799FB is #886604. Grayscale: #999999. Windows color (decimal): -8939013 or 16488823. OLE color: 16488823.
HSL color Cylindrical-coordinate representation of color #7799FB: hue angle of 224.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7799FB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 153 | 251 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.02 |
| HSL | 224.55º | 0.94% | 0.73% | - |
| HSV(B) | 224.55º | 0.53% | 0.98% | - |
| XYZ | 36.41 | 33.67 | 95.85 | - |
| YUV | 154.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 251 | 0.53 | 0.39 | 0 | 0.02 | 224.55 | 0.94 | 0.73 |
| Hex | 77 | 99 | FB | 35 | 27 | 0 | 2 | E1 | 5E | 49 |
| Octal | 167 | 231 | 373 | 65 | 47 | 0 | 2 | 341 | 136 | 111 |
| Binary | 1110111 | 10011001 | 11111011 | 110101 | 100111 | 0 | 10 | 11100001 | 1011110 | 1001001 |
Color Harmonies of #7799FB
Complementary color
Monochromatic Colors of #7799FB
Black with #7799FB
Text Example
Text Example
White with #7799FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799FB; }
p { color: rgb(119,153,251); }
H1.HeaderClassName
{
color: #7799FB;
}
.AnyTagClassName
{
color: #7799FB;
}
</style>
background-color css
<style>
a { background-color: #7799FB; }
a { background-color: rgb(119,153,251); }
div.DivClassName
{
background-color: #7799FB;
}
.BgClassName
{
background-color: #7799FB;
}
</style>
border-color css
<style>
span { border-color: #7799FB; }
span { border-color: rgb(119,153,251); }
td.TdClassName
{
border-color: #7799FB;
}
.TagClassName
{
border-color: #7799FB;
}
</style>