Shades of Cornflower Blue #788BFC
Tints of Cornflower Blue #788BFC
RGB
CMYK
RGB Variations
Color information
#788BFC (or 0x788BFC) is known color: Cornflower Blue. HEX triplet: 78, 8B and FC. RGB value is (120,139,252). Sum of RGB (Red+Green+Blue) = 120+139+252=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #788BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BFC is #877403. Grayscale: #919191. Windows color (decimal): -8877060 or 16550776. OLE color: 16550776.
HSL color Cylindrical-coordinate representation of color #788BFC: hue angle of 231.36º 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 #788BFC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 139 | 252 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.01 |
| HSL | 231.36º | 0.96% | 0.73% | - |
| HSV(B) | 231.36º | 0.52% | 0.99% | - |
| XYZ | 34.55 | 29.49 | 95.97 | - |
| YUV | 146.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 252 | 0.52 | 0.45 | 0 | 0.01 | 231.36 | 0.96 | 0.73 |
| Hex | 78 | 8B | FC | 34 | 2D | 0 | 1 | E7 | 60 | 49 |
| Octal | 170 | 213 | 374 | 64 | 55 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1111000 | 10001011 | 11111100 | 110100 | 101101 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #788BFC
Complementary color
Monochromatic Colors of #788BFC
Black with #788BFC
Text Example
Text Example
White with #788BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BFC; }
p { color: rgb(120,139,252); }
H1.HeaderClassName
{
color: #788BFC;
}
.AnyTagClassName
{
color: #788BFC;
}
</style>
background-color css
<style>
a { background-color: #788BFC; }
a { background-color: rgb(120,139,252); }
div.DivClassName
{
background-color: #788BFC;
}
.BgClassName
{
background-color: #788BFC;
}
</style>
border-color css
<style>
span { border-color: #788BFC; }
span { border-color: rgb(120,139,252); }
td.TdClassName
{
border-color: #788BFC;
}
.TagClassName
{
border-color: #788BFC;
}
</style>