Shades of Cornflower Blue #788EEA
Tints of Cornflower Blue #788EEA
RGB
CMYK
RGB Variations
Color information
#788EEA (or 0x788EEA) is known color: Cornflower Blue. HEX triplet: 78, 8E and EA. RGB value is (120,142,234). Sum of RGB (Red+Green+Blue) = 120+142+234=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #788EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EEA is #877115. Grayscale: #919191. Windows color (decimal): -8876310 or 15371896. OLE color: 15371896.
HSL color Cylindrical-coordinate representation of color #788EEA: hue angle of 228.42º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #788EEA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 142 | 234 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.08 |
| HSL | 228.42º | 0.73% | 0.69% | - |
| HSV(B) | 228.42º | 0.49% | 0.92% | - |
| XYZ | 32.27 | 29.28 | 81.79 | - |
| YUV | 145.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 234 | 0.49 | 0.39 | 0 | 0.08 | 228.42 | 0.73 | 0.69 |
| Hex | 78 | 8E | EA | 31 | 27 | 0 | 8 | E4 | 49 | 45 |
| Octal | 170 | 216 | 352 | 61 | 47 | 0 | 10 | 344 | 111 | 105 |
| Binary | 1111000 | 10001110 | 11101010 | 110001 | 100111 | 0 | 1000 | 11100100 | 1001001 | 1000101 |
Color Harmonies of #788EEA
Complementary color
Monochromatic Colors of #788EEA
Black with #788EEA
Text Example
Text Example
White with #788EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EEA; }
p { color: rgb(120,142,234); }
H1.HeaderClassName
{
color: #788EEA;
}
.AnyTagClassName
{
color: #788EEA;
}
</style>
background-color css
<style>
a { background-color: #788EEA; }
a { background-color: rgb(120,142,234); }
div.DivClassName
{
background-color: #788EEA;
}
.BgClassName
{
background-color: #788EEA;
}
</style>
border-color css
<style>
span { border-color: #788EEA; }
span { border-color: rgb(120,142,234); }
td.TdClassName
{
border-color: #788EEA;
}
.TagClassName
{
border-color: #788EEA;
}
</style>