Shades of Cornflower Blue #788EFA
Tints of Cornflower Blue #788EFA
RGB
CMYK
RGB Variations
Color information
#788EFA (or 0x788EFA) is known color: Cornflower Blue. HEX triplet: 78, 8E and FA. RGB value is (120,142,250). Sum of RGB (Red+Green+Blue) = 120+142+250=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #788EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFA is #877105. Grayscale: #939393. Windows color (decimal): -8876294 or 16420472. OLE color: 16420472.
HSL color Cylindrical-coordinate representation of color #788EFA: hue angle of 229.85º degrees, saturation: 0.93, 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 #788EFA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 142 | 250 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.85º | 0.93% | 0.73% | - |
| HSV(B) | 229.85º | 0.52% | 0.98% | - |
| XYZ | 34.67 | 30.24 | 94.45 | - |
| YUV | 147.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 250 | 0.52 | 0.43 | 0 | 0.02 | 229.85 | 0.93 | 0.73 |
| Hex | 78 | 8E | FA | 34 | 2B | 0 | 2 | E6 | 5D | 49 |
| Octal | 170 | 216 | 372 | 64 | 53 | 0 | 2 | 346 | 135 | 111 |
| Binary | 1111000 | 10001110 | 11111010 | 110100 | 101011 | 0 | 10 | 11100110 | 1011101 | 1001001 |
Color Harmonies of #788EFA
Complementary color
Monochromatic Colors of #788EFA
Black with #788EFA
Text Example
Text Example
White with #788EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EFA; }
p { color: rgb(120,142,250); }
H1.HeaderClassName
{
color: #788EFA;
}
.AnyTagClassName
{
color: #788EFA;
}
</style>
background-color css
<style>
a { background-color: #788EFA; }
a { background-color: rgb(120,142,250); }
div.DivClassName
{
background-color: #788EFA;
}
.BgClassName
{
background-color: #788EFA;
}
</style>
border-color css
<style>
span { border-color: #788EFA; }
span { border-color: rgb(120,142,250); }
td.TdClassName
{
border-color: #788EFA;
}
.TagClassName
{
border-color: #788EFA;
}
</style>