Shades of Cornflower Blue #768DFF
Tints of Cornflower Blue #768DFF
RGB
CMYK
RGB Variations
Color information
#768DFF (or 0x768DFF) is known color: Cornflower Blue. HEX triplet: 76, 8D and FF. RGB value is (118,141,255). Sum of RGB (Red+Green+Blue) = 118+141+255=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 141 (55.47% from 255 or 27.43% 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 #768DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFF is #897200. Grayscale: #929292. Windows color (decimal): -9007617 or 16747894. OLE color: 16747894.
HSL color Cylindrical-coordinate representation of color #768DFF: hue angle of 229.93º 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 #768DFF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 141 | 255 | - |
| CMYK | 0.54 | 0.45 | 0 | 0 |
| HSL | 229.93º | 1% | 0.73% | - |
| HSV(B) | 229.93º | 0.54% | 1% | - |
| XYZ | 35.05 | 30.12 | 98.57 | - |
| YUV | 147.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 255 | 0.54 | 0.45 | 0 | 0 | 229.93 | 1 | 0.73 |
| Hex | 76 | 8D | FF | 36 | 2D | 0 | 0 | E6 | 64 | 49 |
| Octal | 166 | 215 | 377 | 66 | 55 | 0 | 0 | 346 | 144 | 111 |
| Binary | 1110110 | 10001101 | 11111111 | 110110 | 101101 | 0 | 0 | 11100110 | 1100100 | 1001001 |
Color Harmonies of #768DFF
Complementary color
Monochromatic Colors of #768DFF
Black with #768DFF
Text Example
Text Example
White with #768DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DFF; }
p { color: rgb(118,141,255); }
H1.HeaderClassName
{
color: #768DFF;
}
.AnyTagClassName
{
color: #768DFF;
}
</style>
background-color css
<style>
a { background-color: #768DFF; }
a { background-color: rgb(118,141,255); }
div.DivClassName
{
background-color: #768DFF;
}
.BgClassName
{
background-color: #768DFF;
}
</style>
border-color css
<style>
span { border-color: #768DFF; }
span { border-color: rgb(118,141,255); }
td.TdClassName
{
border-color: #768DFF;
}
.TagClassName
{
border-color: #768DFF;
}
</style>