Shades of Cornflower Blue #788FFF
Tints of Cornflower Blue #788FFF
RGB
CMYK
RGB Variations
Color information
#788FFF (or 0x788FFF) is known color: Cornflower Blue. HEX triplet: 78, 8F and FF. RGB value is (120,143,255). Sum of RGB (Red+Green+Blue) = 120+143+255=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #788FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FFF is #877000. Grayscale: #949494. Windows color (decimal): -8876033 or 16748408. OLE color: 16748408.
HSL color Cylindrical-coordinate representation of color #788FFF: hue angle of 229.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788FFF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 143 | 255 | - |
| CMYK | 0.53 | 0.44 | 0 | 0 |
| HSL | 229.78º | 1% | 0.74% | - |
| HSV(B) | 229.78º | 0.53% | 1% | - |
| XYZ | 35.62 | 30.86 | 98.69 | - |
| YUV | 148.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 255 | 0.53 | 0.44 | 0 | 0 | 229.78 | 1 | 0.74 |
| Hex | 78 | 8F | FF | 35 | 2C | 0 | 0 | E6 | 64 | 4A |
| Octal | 170 | 217 | 377 | 65 | 54 | 0 | 0 | 346 | 144 | 112 |
| Binary | 1111000 | 10001111 | 11111111 | 110101 | 101100 | 0 | 0 | 11100110 | 1100100 | 1001010 |
Color Harmonies of #788FFF
Complementary color
Monochromatic Colors of #788FFF
Black with #788FFF
Text Example
Text Example
White with #788FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FFF; }
p { color: rgb(120,143,255); }
H1.HeaderClassName
{
color: #788FFF;
}
.AnyTagClassName
{
color: #788FFF;
}
</style>
background-color css
<style>
a { background-color: #788FFF; }
a { background-color: rgb(120,143,255); }
div.DivClassName
{
background-color: #788FFF;
}
.BgClassName
{
background-color: #788FFF;
}
</style>
border-color css
<style>
span { border-color: #788FFF; }
span { border-color: rgb(120,143,255); }
td.TdClassName
{
border-color: #788FFF;
}
.TagClassName
{
border-color: #788FFF;
}
</style>