Shades of Cornflower Blue #788DF2
Tints of Cornflower Blue #788DF2
RGB
CMYK
RGB Variations
Color information
#788DF2 (or 0x788DF2) is known color: Cornflower Blue. HEX triplet: 78, 8D and F2. RGB value is (120,141,242). Sum of RGB (Red+Green+Blue) = 120+141+242=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #788DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788DF2 is #87720D. Grayscale: #919191. Windows color (decimal): -8876558 or 15895928. OLE color: 15895928.
HSL color Cylindrical-coordinate representation of color #788DF2: hue angle of 229.67º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #788DF2 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 141 | 242 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.05 |
| HSL | 229.67º | 0.82% | 0.71% | - |
| HSV(B) | 229.67º | 0.5% | 0.95% | - |
| XYZ | 33.3 | 29.45 | 87.93 | - |
| YUV | 146.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 242 | 0.50 | 0.42 | 0 | 0.05 | 229.67 | 0.82 | 0.71 |
| Hex | 78 | 8D | F2 | 32 | 2A | 0 | 5 | E6 | 52 | 47 |
| Octal | 170 | 215 | 362 | 62 | 52 | 0 | 5 | 346 | 122 | 107 |
| Binary | 1111000 | 10001101 | 11110010 | 110010 | 101010 | 0 | 101 | 11100110 | 1010010 | 1000111 |
Color Harmonies of #788DF2
Complementary color
Monochromatic Colors of #788DF2
Black with #788DF2
Text Example
Text Example
White with #788DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DF2; }
p { color: rgb(120,141,242); }
H1.HeaderClassName
{
color: #788DF2;
}
.AnyTagClassName
{
color: #788DF2;
}
</style>
background-color css
<style>
a { background-color: #788DF2; }
a { background-color: rgb(120,141,242); }
div.DivClassName
{
background-color: #788DF2;
}
.BgClassName
{
background-color: #788DF2;
}
</style>
border-color css
<style>
span { border-color: #788DF2; }
span { border-color: rgb(120,141,242); }
td.TdClassName
{
border-color: #788DF2;
}
.TagClassName
{
border-color: #788DF2;
}
</style>