Shades of Cornflower Blue #788CEE
Tints of Cornflower Blue #788CEE
RGB
CMYK
RGB Variations
Color information
#788CEE (or 0x788CEE) is known color: Cornflower Blue. HEX triplet: 78, 8C and EE. RGB value is (120,140,238). Sum of RGB (Red+Green+Blue) = 120+140+238=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #788CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CEE is #877311. Grayscale: #909090. Windows color (decimal): -8876818 or 15633528. OLE color: 15633528.
HSL color Cylindrical-coordinate representation of color #788CEE: hue angle of 229.83º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #788CEE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 140 | 238 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.07 |
| HSL | 229.83º | 0.78% | 0.7% | - |
| HSV(B) | 229.83º | 0.5% | 0.93% | - |
| XYZ | 32.56 | 28.92 | 84.76 | - |
| YUV | 145.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 238 | 0.50 | 0.41 | 0 | 0.07 | 229.83 | 0.78 | 0.7 |
| Hex | 78 | 8C | EE | 32 | 29 | 0 | 7 | E6 | 4E | 46 |
| Octal | 170 | 214 | 356 | 62 | 51 | 0 | 7 | 346 | 116 | 106 |
| Binary | 1111000 | 10001100 | 11101110 | 110010 | 101001 | 0 | 111 | 11100110 | 1001110 | 1000110 |
Color Harmonies of #788CEE
Complementary color
Monochromatic Colors of #788CEE
Black with #788CEE
Text Example
Text Example
White with #788CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CEE; }
p { color: rgb(120,140,238); }
H1.HeaderClassName
{
color: #788CEE;
}
.AnyTagClassName
{
color: #788CEE;
}
</style>
background-color css
<style>
a { background-color: #788CEE; }
a { background-color: rgb(120,140,238); }
div.DivClassName
{
background-color: #788CEE;
}
.BgClassName
{
background-color: #788CEE;
}
</style>
border-color css
<style>
span { border-color: #788CEE; }
span { border-color: rgb(120,140,238); }
td.TdClassName
{
border-color: #788CEE;
}
.TagClassName
{
border-color: #788CEE;
}
</style>