Shades of Cornflower Blue #768EEE
Tints of Cornflower Blue #768EEE
RGB
CMYK
RGB Variations
Color information
#768EEE (or 0x768EEE) is known color: Cornflower Blue. HEX triplet: 76, 8E and EE. RGB value is (118,142,238). Sum of RGB (Red+Green+Blue) = 118+142+238=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #768EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EEE is #897111. Grayscale: #919191. Windows color (decimal): -9007378 or 15634038. OLE color: 15634038.
HSL color Cylindrical-coordinate representation of color #768EEE: hue angle of 228º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768EEE is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 142 | 238 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.07 |
| HSL | 228º | 0.78% | 0.7% | - |
| HSV(B) | 228º | 0.5% | 0.93% | - |
| XYZ | 32.58 | 29.37 | 84.84 | - |
| YUV | 145.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 238 | 0.50 | 0.40 | 0 | 0.07 | 228 | 0.78 | 0.7 |
| Hex | 76 | 8E | EE | 32 | 28 | 0 | 7 | E4 | 4E | 46 |
| Octal | 166 | 216 | 356 | 62 | 50 | 0 | 7 | 344 | 116 | 106 |
| Binary | 1110110 | 10001110 | 11101110 | 110010 | 101000 | 0 | 111 | 11100100 | 1001110 | 1000110 |
Color Harmonies of #768EEE
Complementary color
Monochromatic Colors of #768EEE
Black with #768EEE
Text Example
Text Example
White with #768EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EEE; }
p { color: rgb(118,142,238); }
H1.HeaderClassName
{
color: #768EEE;
}
.AnyTagClassName
{
color: #768EEE;
}
</style>
background-color css
<style>
a { background-color: #768EEE; }
a { background-color: rgb(118,142,238); }
div.DivClassName
{
background-color: #768EEE;
}
.BgClassName
{
background-color: #768EEE;
}
</style>
border-color css
<style>
span { border-color: #768EEE; }
span { border-color: rgb(118,142,238); }
td.TdClassName
{
border-color: #768EEE;
}
.TagClassName
{
border-color: #768EEE;
}
</style>