Shades of Cornflower Blue #768EFF
Tints of Cornflower Blue #768EFF
RGB
CMYK
RGB Variations
Color information
#768EFF (or 0x768EFF) is known color: Cornflower Blue. HEX triplet: 76, 8E and FF. RGB value is (118,142,255). Sum of RGB (Red+Green+Blue) = 118+142+255=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #768EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EFF is #897100. Grayscale: #939393. Windows color (decimal): -9007361 or 16748150. OLE color: 16748150.
HSL color Cylindrical-coordinate representation of color #768EFF: hue angle of 229.49º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768EFF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 142 | 255 | - |
| CMYK | 0.54 | 0.44 | 0 | 0 |
| HSL | 229.49º | 1% | 0.73% | - |
| HSV(B) | 229.49º | 0.54% | 1% | - |
| XYZ | 35.19 | 30.42 | 98.62 | - |
| YUV | 147.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 255 | 0.54 | 0.44 | 0 | 0 | 229.49 | 1 | 0.73 |
| Hex | 76 | 8E | FF | 36 | 2C | 0 | 0 | E5 | 64 | 49 |
| Octal | 166 | 216 | 377 | 66 | 54 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110110 | 10001110 | 11111111 | 110110 | 101100 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #768EFF
Complementary color
Monochromatic Colors of #768EFF
Black with #768EFF
Text Example
Text Example
White with #768EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EFF; }
p { color: rgb(118,142,255); }
H1.HeaderClassName
{
color: #768EFF;
}
.AnyTagClassName
{
color: #768EFF;
}
</style>
background-color css
<style>
a { background-color: #768EFF; }
a { background-color: rgb(118,142,255); }
div.DivClassName
{
background-color: #768EFF;
}
.BgClassName
{
background-color: #768EFF;
}
</style>
border-color css
<style>
span { border-color: #768EFF; }
span { border-color: rgb(118,142,255); }
td.TdClassName
{
border-color: #768EFF;
}
.TagClassName
{
border-color: #768EFF;
}
</style>