Shades of Cornflower Blue #768EFE
Tints of Cornflower Blue #768EFE
RGB
CMYK
RGB Variations
Color information
#768EFE (or 0x768EFE) is known color: Cornflower Blue. HEX triplet: 76, 8E and FE. RGB value is (118,142,254). Sum of RGB (Red+Green+Blue) = 118+142+254=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #768EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EFE is #897101. Grayscale: #939393. Windows color (decimal): -9007362 or 16682614. OLE color: 16682614.
HSL color Cylindrical-coordinate representation of color #768EFE: hue angle of 229.41º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768EFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 142 | 254 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.00 |
| HSL | 229.41º | 0.99% | 0.73% | - |
| HSV(B) | 229.41º | 0.54% | 1% | - |
| XYZ | 35.03 | 30.35 | 97.78 | - |
| YUV | 147.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 254 | 0.54 | 0.44 | 0 | 0.00 | 229.41 | 0.99 | 0.73 |
| Hex | 76 | 8E | FE | 36 | 2C | 0 | 0 | E5 | 63 | 49 |
| Octal | 166 | 216 | 376 | 66 | 54 | 0 | 0 | 345 | 143 | 111 |
| Binary | 1110110 | 10001110 | 11111110 | 110110 | 101100 | 0 | 0 | 11100101 | 1100011 | 1001001 |
Color Harmonies of #768EFE
Complementary color
Monochromatic Colors of #768EFE
Black with #768EFE
Text Example
Text Example
White with #768EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EFE; }
p { color: rgb(118,142,254); }
H1.HeaderClassName
{
color: #768EFE;
}
.AnyTagClassName
{
color: #768EFE;
}
</style>
background-color css
<style>
a { background-color: #768EFE; }
a { background-color: rgb(118,142,254); }
div.DivClassName
{
background-color: #768EFE;
}
.BgClassName
{
background-color: #768EFE;
}
</style>
border-color css
<style>
span { border-color: #768EFE; }
span { border-color: rgb(118,142,254); }
td.TdClassName
{
border-color: #768EFE;
}
.TagClassName
{
border-color: #768EFE;
}
</style>