Shades of Cornflower Blue #788DF8
Tints of Cornflower Blue #788DF8
RGB
CMYK
RGB Variations
Color information
#788DF8 (or 0x788DF8) is known color: Cornflower Blue. HEX triplet: 78, 8D and F8. RGB value is (120,141,248). Sum of RGB (Red+Green+Blue) = 120+141+248=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #788DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788DF8 is #877207. Grayscale: #929292. Windows color (decimal): -8876552 or 16289144. OLE color: 16289144.
HSL color Cylindrical-coordinate representation of color #788DF8: hue angle of 230.16º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788DF8 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 141 | 248 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.03 |
| HSL | 230.16º | 0.9% | 0.72% | - |
| HSV(B) | 230.16º | 0.52% | 0.97% | - |
| XYZ | 34.21 | 29.82 | 92.76 | - |
| YUV | 146.92 | 185.04 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 248 | 0.52 | 0.43 | 0 | 0.03 | 230.16 | 0.9 | 0.72 |
| Hex | 78 | 8D | F8 | 34 | 2B | 0 | 3 | E6 | 5A | 48 |
| Octal | 170 | 215 | 370 | 64 | 53 | 0 | 3 | 346 | 132 | 110 |
| Binary | 1111000 | 10001101 | 11111000 | 110100 | 101011 | 0 | 11 | 11100110 | 1011010 | 1001000 |
Color Harmonies of #788DF8
Complementary color
Monochromatic Colors of #788DF8
Black with #788DF8
Text Example
Text Example
White with #788DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DF8; }
p { color: rgb(120,141,248); }
H1.HeaderClassName
{
color: #788DF8;
}
.AnyTagClassName
{
color: #788DF8;
}
</style>
background-color css
<style>
a { background-color: #788DF8; }
a { background-color: rgb(120,141,248); }
div.DivClassName
{
background-color: #788DF8;
}
.BgClassName
{
background-color: #788DF8;
}
</style>
border-color css
<style>
span { border-color: #788DF8; }
span { border-color: rgb(120,141,248); }
td.TdClassName
{
border-color: #788DF8;
}
.TagClassName
{
border-color: #788DF8;
}
</style>