Shades of Cornflower Blue #788FFA
Tints of Cornflower Blue #788FFA
RGB
CMYK
RGB Variations
Color information
#788FFA (or 0x788FFA) is known color: Cornflower Blue. HEX triplet: 78, 8F and FA. RGB value is (120,143,250). Sum of RGB (Red+Green+Blue) = 120+143+250=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #788FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FFA is #877005. Grayscale: #939393. Windows color (decimal): -8876038 or 16420728. OLE color: 16420728.
HSL color Cylindrical-coordinate representation of color #788FFA: hue angle of 229.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788FFA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 143 | 250 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.38º | 0.93% | 0.73% | - |
| HSV(B) | 229.38º | 0.52% | 0.98% | - |
| XYZ | 34.82 | 30.54 | 94.5 | - |
| YUV | 148.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 250 | 0.52 | 0.43 | 0 | 0.02 | 229.38 | 0.93 | 0.73 |
| Hex | 78 | 8F | FA | 34 | 2B | 0 | 2 | E5 | 5D | 49 |
| Octal | 170 | 217 | 372 | 64 | 53 | 0 | 2 | 345 | 135 | 111 |
| Binary | 1111000 | 10001111 | 11111010 | 110100 | 101011 | 0 | 10 | 11100101 | 1011101 | 1001001 |
Color Harmonies of #788FFA
Complementary color
Monochromatic Colors of #788FFA
Black with #788FFA
Text Example
Text Example
White with #788FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FFA; }
p { color: rgb(120,143,250); }
H1.HeaderClassName
{
color: #788FFA;
}
.AnyTagClassName
{
color: #788FFA;
}
</style>
background-color css
<style>
a { background-color: #788FFA; }
a { background-color: rgb(120,143,250); }
div.DivClassName
{
background-color: #788FFA;
}
.BgClassName
{
background-color: #788FFA;
}
</style>
border-color css
<style>
span { border-color: #788FFA; }
span { border-color: rgb(120,143,250); }
td.TdClassName
{
border-color: #788FFA;
}
.TagClassName
{
border-color: #788FFA;
}
</style>