Shades of Cornflower Blue #788DFB
Tints of Cornflower Blue #788DFB
RGB
CMYK
RGB Variations
Color information
#788DFB (or 0x788DFB) is known color: Cornflower Blue. HEX triplet: 78, 8D and FB. RGB value is (120,141,251). Sum of RGB (Red+Green+Blue) = 120+141+251=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #788DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788DFB is #877204. Grayscale: #929292. Windows color (decimal): -8876549 or 16485752. OLE color: 16485752.
HSL color Cylindrical-coordinate representation of color #788DFB: hue angle of 230.38º 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 #788DFB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 141 | 251 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.02 |
| HSL | 230.38º | 0.94% | 0.73% | - |
| HSV(B) | 230.38º | 0.52% | 0.98% | - |
| XYZ | 34.68 | 30.01 | 95.23 | - |
| YUV | 147.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 251 | 0.52 | 0.44 | 0 | 0.02 | 230.38 | 0.94 | 0.73 |
| Hex | 78 | 8D | FB | 34 | 2C | 0 | 2 | E6 | 5E | 49 |
| Octal | 170 | 215 | 373 | 64 | 54 | 0 | 2 | 346 | 136 | 111 |
| Binary | 1111000 | 10001101 | 11111011 | 110100 | 101100 | 0 | 10 | 11100110 | 1011110 | 1001001 |
Color Harmonies of #788DFB
Complementary color
Monochromatic Colors of #788DFB
Black with #788DFB
Text Example
Text Example
White with #788DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DFB; }
p { color: rgb(120,141,251); }
H1.HeaderClassName
{
color: #788DFB;
}
.AnyTagClassName
{
color: #788DFB;
}
</style>
background-color css
<style>
a { background-color: #788DFB; }
a { background-color: rgb(120,141,251); }
div.DivClassName
{
background-color: #788DFB;
}
.BgClassName
{
background-color: #788DFB;
}
</style>
border-color css
<style>
span { border-color: #788DFB; }
span { border-color: rgb(120,141,251); }
td.TdClassName
{
border-color: #788DFB;
}
.TagClassName
{
border-color: #788DFB;
}
</style>