Shades of Cornflower Blue #688EDB
Tints of Cornflower Blue #688EDB
RGB
CMYK
RGB Variations
Color information
#688EDB (or 0x688EDB) is known color: Cornflower Blue. HEX triplet: 68, 8E and DB. RGB value is (104,142,219). Sum of RGB (Red+Green+Blue) = 104+142+219=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #688EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EDB is #977124. Grayscale: #8B8B8B. Windows color (decimal): -9924901 or 14388840. OLE color: 14388840.
HSL color Cylindrical-coordinate representation of color #688EDB: hue angle of 220.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688EDB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 142 | 219 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.14 |
| HSL | 220.17º | 0.61% | 0.63% | - |
| HSV(B) | 220.17º | 0.53% | 0.86% | - |
| XYZ | 28.17 | 27.4 | 70.82 | - |
| YUV | 139.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 219 | 0.53 | 0.35 | 0 | 0.14 | 220.17 | 0.61 | 0.63 |
| Hex | 68 | 8E | DB | 35 | 23 | 0 | E | DC | 3D | 3F |
| Octal | 150 | 216 | 333 | 65 | 43 | 0 | 16 | 334 | 75 | 77 |
| Binary | 1101000 | 10001110 | 11011011 | 110101 | 100011 | 0 | 1110 | 11011100 | 111101 | 111111 |
Color Harmonies of #688EDB
Complementary color
Monochromatic Colors of #688EDB
Black with #688EDB
Text Example
Text Example
White with #688EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EDB; }
p { color: rgb(104,142,219); }
H1.HeaderClassName
{
color: #688EDB;
}
.AnyTagClassName
{
color: #688EDB;
}
</style>
background-color css
<style>
a { background-color: #688EDB; }
a { background-color: rgb(104,142,219); }
div.DivClassName
{
background-color: #688EDB;
}
.BgClassName
{
background-color: #688EDB;
}
</style>
border-color css
<style>
span { border-color: #688EDB; }
span { border-color: rgb(104,142,219); }
td.TdClassName
{
border-color: #688EDB;
}
.TagClassName
{
border-color: #688EDB;
}
</style>