Shades of Cornflower Blue #788EFF
Tints of Cornflower Blue #788EFF
RGB
CMYK
RGB Variations
Color information
#788EFF (or 0x788EFF) is known color: Cornflower Blue. HEX triplet: 78, 8E and FF. RGB value is (120,142,255). Sum of RGB (Red+Green+Blue) = 120+142+255=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #788EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFF is #877100. Grayscale: #939393. Windows color (decimal): -8876289 or 16748152. OLE color: 16748152.
HSL color Cylindrical-coordinate representation of color #788EFF: hue angle of 230.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788EFF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 142 | 255 | - |
| CMYK | 0.53 | 0.44 | 0 | 0 |
| HSL | 230.22º | 1% | 0.74% | - |
| HSV(B) | 230.22º | 0.53% | 1% | - |
| XYZ | 35.47 | 30.56 | 98.64 | - |
| YUV | 148.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 255 | 0.53 | 0.44 | 0 | 0 | 230.22 | 1 | 0.74 |
| Hex | 78 | 8E | FF | 35 | 2C | 0 | 0 | E6 | 64 | 4A |
| Octal | 170 | 216 | 377 | 65 | 54 | 0 | 0 | 346 | 144 | 112 |
| Binary | 1111000 | 10001110 | 11111111 | 110101 | 101100 | 0 | 0 | 11100110 | 1100100 | 1001010 |
Color Harmonies of #788EFF
Complementary color
Monochromatic Colors of #788EFF
Black with #788EFF
Text Example
Text Example
White with #788EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EFF; }
p { color: rgb(120,142,255); }
H1.HeaderClassName
{
color: #788EFF;
}
.AnyTagClassName
{
color: #788EFF;
}
</style>
background-color css
<style>
a { background-color: #788EFF; }
a { background-color: rgb(120,142,255); }
div.DivClassName
{
background-color: #788EFF;
}
.BgClassName
{
background-color: #788EFF;
}
</style>
border-color css
<style>
span { border-color: #788EFF; }
span { border-color: rgb(120,142,255); }
td.TdClassName
{
border-color: #788EFF;
}
.TagClassName
{
border-color: #788EFF;
}
</style>