Shades of Cornflower Blue #788BEC
Tints of Cornflower Blue #788BEC
RGB
CMYK
RGB Variations
Color information
#788BEC (or 0x788BEC) is known color: Cornflower Blue. HEX triplet: 78, 8B and EC. RGB value is (120,139,236). Sum of RGB (Red+Green+Blue) = 120+139+236=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #788BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BEC is #877413. Grayscale: #8F8F8F. Windows color (decimal): -8877076 or 15502200. OLE color: 15502200.
HSL color Cylindrical-coordinate representation of color #788BEC: hue angle of 230.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #788BEC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 139 | 236 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.07 |
| HSL | 230.17º | 0.75% | 0.7% | - |
| HSV(B) | 230.17º | 0.49% | 0.93% | - |
| XYZ | 32.12 | 28.51 | 83.17 | - |
| YUV | 144.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 236 | 0.49 | 0.41 | 0 | 0.07 | 230.17 | 0.75 | 0.7 |
| Hex | 78 | 8B | EC | 31 | 29 | 0 | 7 | E6 | 4B | 46 |
| Octal | 170 | 213 | 354 | 61 | 51 | 0 | 7 | 346 | 113 | 106 |
| Binary | 1111000 | 10001011 | 11101100 | 110001 | 101001 | 0 | 111 | 11100110 | 1001011 | 1000110 |
Color Harmonies of #788BEC
Complementary color
Monochromatic Colors of #788BEC
Black with #788BEC
Text Example
Text Example
White with #788BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BEC; }
p { color: rgb(120,139,236); }
H1.HeaderClassName
{
color: #788BEC;
}
.AnyTagClassName
{
color: #788BEC;
}
</style>
background-color css
<style>
a { background-color: #788BEC; }
a { background-color: rgb(120,139,236); }
div.DivClassName
{
background-color: #788BEC;
}
.BgClassName
{
background-color: #788BEC;
}
</style>
border-color css
<style>
span { border-color: #788BEC; }
span { border-color: rgb(120,139,236); }
td.TdClassName
{
border-color: #788BEC;
}
.TagClassName
{
border-color: #788BEC;
}
</style>