Shades of Cornflower Blue #788FFE
Tints of Cornflower Blue #788FFE
RGB
CMYK
RGB Variations
Color information
#788FFE (or 0x788FFE) is known color: Cornflower Blue. HEX triplet: 78, 8F and FE. RGB value is (120,143,254). Sum of RGB (Red+Green+Blue) = 120+143+254=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #788FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FFE is #877001. Grayscale: #949494. Windows color (decimal): -8876034 or 16682872. OLE color: 16682872.
HSL color Cylindrical-coordinate representation of color #788FFE: hue angle of 229.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788FFE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 143 | 254 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.00 |
| HSL | 229.7º | 0.99% | 0.73% | - |
| HSV(B) | 229.7º | 0.53% | 1% | - |
| XYZ | 35.46 | 30.79 | 97.84 | - |
| YUV | 148.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 254 | 0.53 | 0.44 | 0 | 0.00 | 229.7 | 0.99 | 0.73 |
| Hex | 78 | 8F | FE | 35 | 2C | 0 | 0 | E6 | 63 | 49 |
| Octal | 170 | 217 | 376 | 65 | 54 | 0 | 0 | 346 | 143 | 111 |
| Binary | 1111000 | 10001111 | 11111110 | 110101 | 101100 | 0 | 0 | 11100110 | 1100011 | 1001001 |
Color Harmonies of #788FFE
Complementary color
Monochromatic Colors of #788FFE
Black with #788FFE
Text Example
Text Example
White with #788FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FFE; }
p { color: rgb(120,143,254); }
H1.HeaderClassName
{
color: #788FFE;
}
.AnyTagClassName
{
color: #788FFE;
}
</style>
background-color css
<style>
a { background-color: #788FFE; }
a { background-color: rgb(120,143,254); }
div.DivClassName
{
background-color: #788FFE;
}
.BgClassName
{
background-color: #788FFE;
}
</style>
border-color css
<style>
span { border-color: #788FFE; }
span { border-color: rgb(120,143,254); }
td.TdClassName
{
border-color: #788FFE;
}
.TagClassName
{
border-color: #788FFE;
}
</style>