Shades of Cornflower Blue #7788FB
Tints of Cornflower Blue #7788FB
RGB
CMYK
RGB Variations
Color information
#7788FB (or 0x7788FB) is known color: Cornflower Blue. HEX triplet: 77, 88 and FB. RGB value is (119,136,251). Sum of RGB (Red+Green+Blue) = 119+136+251=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #7788FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7788FB is #887704. Grayscale: #8F8F8F. Windows color (decimal): -8943365 or 16484471. OLE color: 16484471.
HSL color Cylindrical-coordinate representation of color #7788FB: hue angle of 232.27º 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 #7788FB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 136 | 251 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.02 |
| HSL | 232.27º | 0.94% | 0.73% | - |
| HSV(B) | 232.27º | 0.53% | 0.98% | - |
| XYZ | 33.82 | 28.5 | 94.98 | - |
| YUV | 144.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 251 | 0.53 | 0.46 | 0 | 0.02 | 232.27 | 0.94 | 0.73 |
| Hex | 77 | 88 | FB | 35 | 2E | 0 | 2 | E8 | 5E | 49 |
| Octal | 167 | 210 | 373 | 65 | 56 | 0 | 2 | 350 | 136 | 111 |
| Binary | 1110111 | 10001000 | 11111011 | 110101 | 101110 | 0 | 10 | 11101000 | 1011110 | 1001001 |
Color Harmonies of #7788FB
Complementary color
Monochromatic Colors of #7788FB
Black with #7788FB
Text Example
Text Example
White with #7788FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788FB; }
p { color: rgb(119,136,251); }
H1.HeaderClassName
{
color: #7788FB;
}
.AnyTagClassName
{
color: #7788FB;
}
</style>
background-color css
<style>
a { background-color: #7788FB; }
a { background-color: rgb(119,136,251); }
div.DivClassName
{
background-color: #7788FB;
}
.BgClassName
{
background-color: #7788FB;
}
</style>
border-color css
<style>
span { border-color: #7788FB; }
span { border-color: rgb(119,136,251); }
td.TdClassName
{
border-color: #7788FB;
}
.TagClassName
{
border-color: #7788FB;
}
</style>