Shades of Cornflower Blue #688CF2
Tints of Cornflower Blue #688CF2
RGB
CMYK
RGB Variations
Color information
#688CF2 (or 0x688CF2) is known color: Cornflower Blue. HEX triplet: 68, 8C and F2. RGB value is (104,140,242). Sum of RGB (Red+Green+Blue) = 104+140+242=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #688CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CF2 is #97730D. Grayscale: #8C8C8C. Windows color (decimal): -9925390 or 15895656. OLE color: 15895656.
HSL color Cylindrical-coordinate representation of color #688CF2: hue angle of 224.35º 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 #688CF2 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 140 | 242 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.05 |
| HSL | 224.35º | 0.84% | 0.68% | - |
| HSV(B) | 224.35º | 0.57% | 0.95% | - |
| XYZ | 31.11 | 28.11 | 87.79 | - |
| YUV | 140.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 242 | 0.57 | 0.42 | 0 | 0.05 | 224.35 | 0.84 | 0.68 |
| Hex | 68 | 8C | F2 | 39 | 2A | 0 | 5 | E0 | 54 | 44 |
| Octal | 150 | 214 | 362 | 71 | 52 | 0 | 5 | 340 | 124 | 104 |
| Binary | 1101000 | 10001100 | 11110010 | 111001 | 101010 | 0 | 101 | 11100000 | 1010100 | 1000100 |
Color Harmonies of #688CF2
Complementary color
Monochromatic Colors of #688CF2
Black with #688CF2
Text Example
Text Example
White with #688CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CF2; }
p { color: rgb(104,140,242); }
H1.HeaderClassName
{
color: #688CF2;
}
.AnyTagClassName
{
color: #688CF2;
}
</style>
background-color css
<style>
a { background-color: #688CF2; }
a { background-color: rgb(104,140,242); }
div.DivClassName
{
background-color: #688CF2;
}
.BgClassName
{
background-color: #688CF2;
}
</style>
border-color css
<style>
span { border-color: #688CF2; }
span { border-color: rgb(104,140,242); }
td.TdClassName
{
border-color: #688CF2;
}
.TagClassName
{
border-color: #688CF2;
}
</style>