Shades of Cornflower Blue #788BFF
Tints of Cornflower Blue #788BFF
RGB
CMYK
RGB Variations
Color information
#788BFF (or 0x788BFF) is known color: Cornflower Blue. HEX triplet: 78, 8B and FF. RGB value is (120,139,255). Sum of RGB (Red+Green+Blue) = 120+139+255=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #788BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BFF is #877400. Grayscale: #929292. Windows color (decimal): -8877057 or 16747384. OLE color: 16747384.
HSL color Cylindrical-coordinate representation of color #788BFF: hue angle of 231.56º 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 #788BFF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 139 | 255 | - |
| CMYK | 0.53 | 0.45 | 0 | 0 |
| HSL | 231.56º | 1% | 0.74% | - |
| HSV(B) | 231.56º | 0.53% | 1% | - |
| XYZ | 35.03 | 29.68 | 98.49 | - |
| YUV | 146.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 255 | 0.53 | 0.45 | 0 | 0 | 231.56 | 1 | 0.74 |
| Hex | 78 | 8B | FF | 35 | 2D | 0 | 0 | E8 | 64 | 4A |
| Octal | 170 | 213 | 377 | 65 | 55 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111000 | 10001011 | 11111111 | 110101 | 101101 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #788BFF
Complementary color
Monochromatic Colors of #788BFF
Black with #788BFF
Text Example
Text Example
White with #788BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BFF; }
p { color: rgb(120,139,255); }
H1.HeaderClassName
{
color: #788BFF;
}
.AnyTagClassName
{
color: #788BFF;
}
</style>
background-color css
<style>
a { background-color: #788BFF; }
a { background-color: rgb(120,139,255); }
div.DivClassName
{
background-color: #788BFF;
}
.BgClassName
{
background-color: #788BFF;
}
</style>
border-color css
<style>
span { border-color: #788BFF; }
span { border-color: rgb(120,139,255); }
td.TdClassName
{
border-color: #788BFF;
}
.TagClassName
{
border-color: #788BFF;
}
</style>