Shades of Cornflower Blue #788FE8
Tints of Cornflower Blue #788FE8
RGB
CMYK
RGB Variations
Color information
#788FE8 (or 0x788FE8) is known color: Cornflower Blue. HEX triplet: 78, 8F and E8. RGB value is (120,143,232). Sum of RGB (Red+Green+Blue) = 120+143+232=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #788FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FE8 is #877017. Grayscale: #919191. Windows color (decimal): -8876056 or 15241080. OLE color: 15241080.
HSL color Cylindrical-coordinate representation of color #788FE8: hue angle of 227.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788FE8 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 143 | 232 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.09 |
| HSL | 227.68º | 0.71% | 0.69% | - |
| HSV(B) | 227.68º | 0.48% | 0.91% | - |
| XYZ | 32.13 | 29.46 | 80.34 | - |
| YUV | 146.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 232 | 0.48 | 0.38 | 0 | 0.09 | 227.68 | 0.71 | 0.69 |
| Hex | 78 | 8F | E8 | 30 | 26 | 0 | 9 | E4 | 47 | 45 |
| Octal | 170 | 217 | 350 | 60 | 46 | 0 | 11 | 344 | 107 | 105 |
| Binary | 1111000 | 10001111 | 11101000 | 110000 | 100110 | 0 | 1001 | 11100100 | 1000111 | 1000101 |
Color Harmonies of #788FE8
Complementary color
Monochromatic Colors of #788FE8
Black with #788FE8
Text Example
Text Example
White with #788FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FE8; }
p { color: rgb(120,143,232); }
H1.HeaderClassName
{
color: #788FE8;
}
.AnyTagClassName
{
color: #788FE8;
}
</style>
background-color css
<style>
a { background-color: #788FE8; }
a { background-color: rgb(120,143,232); }
div.DivClassName
{
background-color: #788FE8;
}
.BgClassName
{
background-color: #788FE8;
}
</style>
border-color css
<style>
span { border-color: #788FE8; }
span { border-color: rgb(120,143,232); }
td.TdClassName
{
border-color: #788FE8;
}
.TagClassName
{
border-color: #788FE8;
}
</style>