Shades of Cornflower Blue #788CFB
Tints of Cornflower Blue #788CFB
RGB
CMYK
RGB Variations
Color information
#788CFB (or 0x788CFB) is known color: Cornflower Blue. HEX triplet: 78, 8C and FB. RGB value is (120,140,251). Sum of RGB (Red+Green+Blue) = 120+140+251=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #788CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CFB is #877304. Grayscale: #929292. Windows color (decimal): -8876805 or 16485496. OLE color: 16485496.
HSL color Cylindrical-coordinate representation of color #788CFB: hue angle of 230.84º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788CFB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 140 | 251 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.02 |
| HSL | 230.84º | 0.94% | 0.73% | - |
| HSV(B) | 230.84º | 0.52% | 0.98% | - |
| XYZ | 34.54 | 29.71 | 95.18 | - |
| YUV | 146.67 | 186.87 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 251 | 0.52 | 0.44 | 0 | 0.02 | 230.84 | 0.94 | 0.73 |
| Hex | 78 | 8C | FB | 34 | 2C | 0 | 2 | E7 | 5E | 49 |
| Octal | 170 | 214 | 373 | 64 | 54 | 0 | 2 | 347 | 136 | 111 |
| Binary | 1111000 | 10001100 | 11111011 | 110100 | 101100 | 0 | 10 | 11100111 | 1011110 | 1001001 |
Color Harmonies of #788CFB
Complementary color
Monochromatic Colors of #788CFB
Black with #788CFB
Text Example
Text Example
White with #788CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CFB; }
p { color: rgb(120,140,251); }
H1.HeaderClassName
{
color: #788CFB;
}
.AnyTagClassName
{
color: #788CFB;
}
</style>
background-color css
<style>
a { background-color: #788CFB; }
a { background-color: rgb(120,140,251); }
div.DivClassName
{
background-color: #788CFB;
}
.BgClassName
{
background-color: #788CFB;
}
</style>
border-color css
<style>
span { border-color: #788CFB; }
span { border-color: rgb(120,140,251); }
td.TdClassName
{
border-color: #788CFB;
}
.TagClassName
{
border-color: #788CFB;
}
</style>