Shades of Cornflower Blue #688BE0
Tints of Cornflower Blue #688BE0
RGB
CMYK
RGB Variations
Color information
#688BE0 (or 0x688BE0) is known color: Cornflower Blue. HEX triplet: 68, 8B and E0. RGB value is (104,139,224). Sum of RGB (Red+Green+Blue) = 104+139+224=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #688BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BE0 is #97741F. Grayscale: #898989. Windows color (decimal): -9925664 or 14715752. OLE color: 14715752.
HSL color Cylindrical-coordinate representation of color #688BE0: hue angle of 222.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688BE0 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 139 | 224 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.12 |
| HSL | 222.5º | 0.66% | 0.64% | - |
| HSV(B) | 222.5º | 0.54% | 0.88% | - |
| XYZ | 28.4 | 26.79 | 74.2 | - |
| YUV | 138.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 224 | 0.54 | 0.38 | 0 | 0.12 | 222.5 | 0.66 | 0.64 |
| Hex | 68 | 8B | E0 | 36 | 26 | 0 | C | DE | 42 | 40 |
| Octal | 150 | 213 | 340 | 66 | 46 | 0 | 14 | 336 | 102 | 100 |
| Binary | 1101000 | 10001011 | 11100000 | 110110 | 100110 | 0 | 1100 | 11011110 | 1000010 | 1000000 |
Color Harmonies of #688BE0
Complementary color
Monochromatic Colors of #688BE0
Black with #688BE0
Text Example
Text Example
White with #688BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BE0; }
p { color: rgb(104,139,224); }
H1.HeaderClassName
{
color: #688BE0;
}
.AnyTagClassName
{
color: #688BE0;
}
</style>
background-color css
<style>
a { background-color: #688BE0; }
a { background-color: rgb(104,139,224); }
div.DivClassName
{
background-color: #688BE0;
}
.BgClassName
{
background-color: #688BE0;
}
</style>
border-color css
<style>
span { border-color: #688BE0; }
span { border-color: rgb(104,139,224); }
td.TdClassName
{
border-color: #688BE0;
}
.TagClassName
{
border-color: #688BE0;
}
</style>