Shades of Cornflower Blue #788DF5
Tints of Cornflower Blue #788DF5
RGB
CMYK
RGB Variations
Color information
#788DF5 (or 0x788DF5) is known color: Cornflower Blue. HEX triplet: 78, 8D and F5. RGB value is (120,141,245). Sum of RGB (Red+Green+Blue) = 120+141+245=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #788DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788DF5 is #87720A. Grayscale: #929292. Windows color (decimal): -8876555 or 16092536. OLE color: 16092536.
HSL color Cylindrical-coordinate representation of color #788DF5: hue angle of 229.92º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #788DF5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 141 | 245 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.04 |
| HSL | 229.92º | 0.86% | 0.72% | - |
| HSV(B) | 229.92º | 0.51% | 0.96% | - |
| XYZ | 33.75 | 29.64 | 90.33 | - |
| YUV | 146.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 245 | 0.51 | 0.42 | 0 | 0.04 | 229.92 | 0.86 | 0.72 |
| Hex | 78 | 8D | F5 | 33 | 2A | 0 | 4 | E6 | 56 | 48 |
| Octal | 170 | 215 | 365 | 63 | 52 | 0 | 4 | 346 | 126 | 110 |
| Binary | 1111000 | 10001101 | 11110101 | 110011 | 101010 | 0 | 100 | 11100110 | 1010110 | 1001000 |
Color Harmonies of #788DF5
Complementary color
Monochromatic Colors of #788DF5
Black with #788DF5
Text Example
Text Example
White with #788DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DF5; }
p { color: rgb(120,141,245); }
H1.HeaderClassName
{
color: #788DF5;
}
.AnyTagClassName
{
color: #788DF5;
}
</style>
background-color css
<style>
a { background-color: #788DF5; }
a { background-color: rgb(120,141,245); }
div.DivClassName
{
background-color: #788DF5;
}
.BgClassName
{
background-color: #788DF5;
}
</style>
border-color css
<style>
span { border-color: #788DF5; }
span { border-color: rgb(120,141,245); }
td.TdClassName
{
border-color: #788DF5;
}
.TagClassName
{
border-color: #788DF5;
}
</style>