Shades of Cornflower Blue #688EF2
Tints of Cornflower Blue #688EF2
RGB
CMYK
RGB Variations
Color information
#688EF2 (or 0x688EF2) is known color: Cornflower Blue. HEX triplet: 68, 8E and F2. RGB value is (104,142,242). Sum of RGB (Red+Green+Blue) = 104+142+242=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #688EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688EF2 is #97710D. Grayscale: #8D8D8D. Windows color (decimal): -9924878 or 15896168. OLE color: 15896168.
HSL color Cylindrical-coordinate representation of color #688EF2: hue angle of 223.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688EF2 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 142 | 242 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.05 |
| HSL | 223.48º | 0.84% | 0.68% | - |
| HSV(B) | 223.48º | 0.57% | 0.95% | - |
| XYZ | 31.41 | 28.7 | 87.89 | - |
| YUV | 142.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 242 | 0.57 | 0.41 | 0 | 0.05 | 223.48 | 0.84 | 0.68 |
| Hex | 68 | 8E | F2 | 39 | 29 | 0 | 5 | DF | 54 | 44 |
| Octal | 150 | 216 | 362 | 71 | 51 | 0 | 5 | 337 | 124 | 104 |
| Binary | 1101000 | 10001110 | 11110010 | 111001 | 101001 | 0 | 101 | 11011111 | 1010100 | 1000100 |
Color Harmonies of #688EF2
Complementary color
Monochromatic Colors of #688EF2
Black with #688EF2
Text Example
Text Example
White with #688EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EF2; }
p { color: rgb(104,142,242); }
H1.HeaderClassName
{
color: #688EF2;
}
.AnyTagClassName
{
color: #688EF2;
}
</style>
background-color css
<style>
a { background-color: #688EF2; }
a { background-color: rgb(104,142,242); }
div.DivClassName
{
background-color: #688EF2;
}
.BgClassName
{
background-color: #688EF2;
}
</style>
border-color css
<style>
span { border-color: #688EF2; }
span { border-color: rgb(104,142,242); }
td.TdClassName
{
border-color: #688EF2;
}
.TagClassName
{
border-color: #688EF2;
}
</style>