Shades of Cornflower Blue #7788FA
Tints of Cornflower Blue #7788FA
RGB
CMYK
RGB Variations
Color information
#7788FA (or 0x7788FA) is known color: Cornflower Blue. HEX triplet: 77, 88 and FA. RGB value is (119,136,250). Sum of RGB (Red+Green+Blue) = 119+136+250=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #7788FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7788FA is #887705. Grayscale: #8F8F8F. Windows color (decimal): -8943366 or 16418935. OLE color: 16418935.
HSL color Cylindrical-coordinate representation of color #7788FA: hue angle of 232.21º 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 #7788FA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 136 | 250 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.02 |
| HSL | 232.21º | 0.93% | 0.72% | - |
| HSV(B) | 232.21º | 0.52% | 0.98% | - |
| XYZ | 33.67 | 28.43 | 94.16 | - |
| YUV | 143.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 250 | 0.52 | 0.46 | 0 | 0.02 | 232.21 | 0.93 | 0.72 |
| Hex | 77 | 88 | FA | 34 | 2E | 0 | 2 | E8 | 5D | 48 |
| Octal | 167 | 210 | 372 | 64 | 56 | 0 | 2 | 350 | 135 | 110 |
| Binary | 1110111 | 10001000 | 11111010 | 110100 | 101110 | 0 | 10 | 11101000 | 1011101 | 1001000 |
Color Harmonies of #7788FA
Complementary color
Monochromatic Colors of #7788FA
Black with #7788FA
Text Example
Text Example
White with #7788FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788FA; }
p { color: rgb(119,136,250); }
H1.HeaderClassName
{
color: #7788FA;
}
.AnyTagClassName
{
color: #7788FA;
}
</style>
background-color css
<style>
a { background-color: #7788FA; }
a { background-color: rgb(119,136,250); }
div.DivClassName
{
background-color: #7788FA;
}
.BgClassName
{
background-color: #7788FA;
}
</style>
border-color css
<style>
span { border-color: #7788FA; }
span { border-color: rgb(119,136,250); }
td.TdClassName
{
border-color: #7788FA;
}
.TagClassName
{
border-color: #7788FA;
}
</style>