Shades of Cornflower Blue #768DEE
Tints of Cornflower Blue #768DEE
RGB
CMYK
RGB Variations
Color information
#768DEE (or 0x768DEE) is known color: Cornflower Blue. HEX triplet: 76, 8D and EE. RGB value is (118,141,238). Sum of RGB (Red+Green+Blue) = 118+141+238=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #768DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DEE is #897211. Grayscale: #909090. Windows color (decimal): -9007634 or 15633782. OLE color: 15633782.
HSL color Cylindrical-coordinate representation of color #768DEE: hue angle of 228.5º 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 #768DEE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 141 | 238 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.07 |
| HSL | 228.5º | 0.78% | 0.7% | - |
| HSV(B) | 228.5º | 0.5% | 0.93% | - |
| XYZ | 32.43 | 29.07 | 84.79 | - |
| YUV | 145.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 238 | 0.50 | 0.41 | 0 | 0.07 | 228.5 | 0.78 | 0.7 |
| Hex | 76 | 8D | EE | 32 | 29 | 0 | 7 | E4 | 4E | 46 |
| Octal | 166 | 215 | 356 | 62 | 51 | 0 | 7 | 344 | 116 | 106 |
| Binary | 1110110 | 10001101 | 11101110 | 110010 | 101001 | 0 | 111 | 11100100 | 1001110 | 1000110 |
Color Harmonies of #768DEE
Complementary color
Monochromatic Colors of #768DEE
Black with #768DEE
Text Example
Text Example
White with #768DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DEE; }
p { color: rgb(118,141,238); }
H1.HeaderClassName
{
color: #768DEE;
}
.AnyTagClassName
{
color: #768DEE;
}
</style>
background-color css
<style>
a { background-color: #768DEE; }
a { background-color: rgb(118,141,238); }
div.DivClassName
{
background-color: #768DEE;
}
.BgClassName
{
background-color: #768DEE;
}
</style>
border-color css
<style>
span { border-color: #768DEE; }
span { border-color: rgb(118,141,238); }
td.TdClassName
{
border-color: #768DEE;
}
.TagClassName
{
border-color: #768DEE;
}
</style>