Shades of Cornflower Blue #7788FF
Tints of Cornflower Blue #7788FF
RGB
CMYK
RGB Variations
Color information
#7788FF (or 0x7788FF) is known color: Cornflower Blue. HEX triplet: 77, 88 and FF. RGB value is (119,136,255). Sum of RGB (Red+Green+Blue) = 119+136+255=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #7788FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7788FF is #887700. Grayscale: #8F8F8F. Windows color (decimal): -8943361 or 16746615. OLE color: 16746615.
HSL color Cylindrical-coordinate representation of color #7788FF: hue angle of 232.5º 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 #7788FF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 136 | 255 | - |
| CMYK | 0.53 | 0.47 | 0 | 0 |
| HSL | 232.5º | 1% | 0.73% | - |
| HSV(B) | 232.5º | 0.53% | 1% | - |
| XYZ | 34.46 | 28.75 | 98.34 | - |
| YUV | 144.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 255 | 0.53 | 0.47 | 0 | 0 | 232.5 | 1 | 0.73 |
| Hex | 77 | 88 | FF | 35 | 2F | 0 | 0 | E8 | 64 | 49 |
| Octal | 167 | 210 | 377 | 65 | 57 | 0 | 0 | 350 | 144 | 111 |
| Binary | 1110111 | 10001000 | 11111111 | 110101 | 101111 | 0 | 0 | 11101000 | 1100100 | 1001001 |
Color Harmonies of #7788FF
Complementary color
Monochromatic Colors of #7788FF
Black with #7788FF
Text Example
Text Example
White with #7788FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788FF; }
p { color: rgb(119,136,255); }
H1.HeaderClassName
{
color: #7788FF;
}
.AnyTagClassName
{
color: #7788FF;
}
</style>
background-color css
<style>
a { background-color: #7788FF; }
a { background-color: rgb(119,136,255); }
div.DivClassName
{
background-color: #7788FF;
}
.BgClassName
{
background-color: #7788FF;
}
</style>
border-color css
<style>
span { border-color: #7788FF; }
span { border-color: rgb(119,136,255); }
td.TdClassName
{
border-color: #7788FF;
}
.TagClassName
{
border-color: #7788FF;
}
</style>