Shades of Cornflower Blue #788FFC
Tints of Cornflower Blue #788FFC
RGB
CMYK
RGB Variations
Color information
#788FFC (or 0x788FFC) is known color: Cornflower Blue. HEX triplet: 78, 8F and FC. RGB value is (120,143,252). Sum of RGB (Red+Green+Blue) = 120+143+252=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #788FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FFC is #877003. Grayscale: #949494. Windows color (decimal): -8876036 or 16551800. OLE color: 16551800.
HSL color Cylindrical-coordinate representation of color #788FFC: hue angle of 229.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788FFC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 143 | 252 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.01 |
| HSL | 229.55º | 0.96% | 0.73% | - |
| HSV(B) | 229.55º | 0.52% | 0.99% | - |
| XYZ | 35.14 | 30.67 | 96.16 | - |
| YUV | 148.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 252 | 0.52 | 0.43 | 0 | 0.01 | 229.55 | 0.96 | 0.73 |
| Hex | 78 | 8F | FC | 34 | 2B | 0 | 1 | E6 | 60 | 49 |
| Octal | 170 | 217 | 374 | 64 | 53 | 0 | 1 | 346 | 140 | 111 |
| Binary | 1111000 | 10001111 | 11111100 | 110100 | 101011 | 0 | 1 | 11100110 | 1100000 | 1001001 |
Color Harmonies of #788FFC
Complementary color
Monochromatic Colors of #788FFC
Black with #788FFC
Text Example
Text Example
White with #788FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FFC; }
p { color: rgb(120,143,252); }
H1.HeaderClassName
{
color: #788FFC;
}
.AnyTagClassName
{
color: #788FFC;
}
</style>
background-color css
<style>
a { background-color: #788FFC; }
a { background-color: rgb(120,143,252); }
div.DivClassName
{
background-color: #788FFC;
}
.BgClassName
{
background-color: #788FFC;
}
</style>
border-color css
<style>
span { border-color: #788FFC; }
span { border-color: rgb(120,143,252); }
td.TdClassName
{
border-color: #788FFC;
}
.TagClassName
{
border-color: #788FFC;
}
</style>