Shades of Cornflower Blue #788EFE
Tints of Cornflower Blue #788EFE
RGB
CMYK
RGB Variations
Color information
#788EFE (or 0x788EFE) is known color: Cornflower Blue. HEX triplet: 78, 8E and FE. RGB value is (120,142,254). Sum of RGB (Red+Green+Blue) = 120+142+254=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #788EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFE is #877101. Grayscale: #939393. Windows color (decimal): -8876290 or 16682616. OLE color: 16682616.
HSL color Cylindrical-coordinate representation of color #788EFE: hue angle of 230.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788EFE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 142 | 254 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.00 |
| HSL | 230.15º | 0.99% | 0.73% | - |
| HSV(B) | 230.15º | 0.53% | 1% | - |
| XYZ | 35.31 | 30.49 | 97.79 | - |
| YUV | 148.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 254 | 0.53 | 0.44 | 0 | 0.00 | 230.15 | 0.99 | 0.73 |
| Hex | 78 | 8E | FE | 35 | 2C | 0 | 0 | E6 | 63 | 49 |
| Octal | 170 | 216 | 376 | 65 | 54 | 0 | 0 | 346 | 143 | 111 |
| Binary | 1111000 | 10001110 | 11111110 | 110101 | 101100 | 0 | 0 | 11100110 | 1100011 | 1001001 |
Color Harmonies of #788EFE
Complementary color
Monochromatic Colors of #788EFE
Black with #788EFE
Text Example
Text Example
White with #788EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EFE; }
p { color: rgb(120,142,254); }
H1.HeaderClassName
{
color: #788EFE;
}
.AnyTagClassName
{
color: #788EFE;
}
</style>
background-color css
<style>
a { background-color: #788EFE; }
a { background-color: rgb(120,142,254); }
div.DivClassName
{
background-color: #788EFE;
}
.BgClassName
{
background-color: #788EFE;
}
</style>
border-color css
<style>
span { border-color: #788EFE; }
span { border-color: rgb(120,142,254); }
td.TdClassName
{
border-color: #788EFE;
}
.TagClassName
{
border-color: #788EFE;
}
</style>