Shades of Cornflower Blue #688DF0
Tints of Cornflower Blue #688DF0
RGB
CMYK
RGB Variations
Color information
#688DF0 (or 0x688DF0) is known color: Cornflower Blue. HEX triplet: 68, 8D and F0. RGB value is (104,141,240). Sum of RGB (Red+Green+Blue) = 104+141+240=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #688DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DF0 is #97720F. Grayscale: #8C8C8C. Windows color (decimal): -9925136 or 15764840. OLE color: 15764840.
HSL color Cylindrical-coordinate representation of color #688DF0: hue angle of 223.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688DF0 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 141 | 240 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.06 |
| HSL | 223.68º | 0.82% | 0.67% | - |
| HSV(B) | 223.68º | 0.57% | 0.94% | - |
| XYZ | 30.96 | 28.28 | 86.27 | - |
| YUV | 141.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 240 | 0.57 | 0.41 | 0 | 0.06 | 223.68 | 0.82 | 0.67 |
| Hex | 68 | 8D | F0 | 39 | 29 | 0 | 6 | E0 | 52 | 43 |
| Octal | 150 | 215 | 360 | 71 | 51 | 0 | 6 | 340 | 122 | 103 |
| Binary | 1101000 | 10001101 | 11110000 | 111001 | 101001 | 0 | 110 | 11100000 | 1010010 | 1000011 |
Color Harmonies of #688DF0
Complementary color
Monochromatic Colors of #688DF0
Black with #688DF0
Text Example
Text Example
White with #688DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DF0; }
p { color: rgb(104,141,240); }
H1.HeaderClassName
{
color: #688DF0;
}
.AnyTagClassName
{
color: #688DF0;
}
</style>
background-color css
<style>
a { background-color: #688DF0; }
a { background-color: rgb(104,141,240); }
div.DivClassName
{
background-color: #688DF0;
}
.BgClassName
{
background-color: #688DF0;
}
</style>
border-color css
<style>
span { border-color: #688DF0; }
span { border-color: rgb(104,141,240); }
td.TdClassName
{
border-color: #688DF0;
}
.TagClassName
{
border-color: #688DF0;
}
</style>