Shades of Cornflower Blue #688BFA
Tints of Cornflower Blue #688BFA
RGB
CMYK
RGB Variations
Color information
#688BFA (or 0x688BFA) is known color: Cornflower Blue. HEX triplet: 68, 8B and FA. RGB value is (104,139,250). Sum of RGB (Red+Green+Blue) = 104+139+250=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #688BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688BFA is #977405. Grayscale: #8C8C8C. Windows color (decimal): -9925638 or 16419688. OLE color: 16419688.
HSL color Cylindrical-coordinate representation of color #688BFA: hue angle of 225.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #688BFA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 139 | 250 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.02 |
| HSL | 225.62º | 0.94% | 0.69% | - |
| HSV(B) | 225.62º | 0.58% | 0.98% | - |
| XYZ | 32.2 | 28.31 | 94.21 | - |
| YUV | 141.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 250 | 0.58 | 0.44 | 0 | 0.02 | 225.62 | 0.94 | 0.69 |
| Hex | 68 | 8B | FA | 3A | 2C | 0 | 2 | E2 | 5E | 45 |
| Octal | 150 | 213 | 372 | 72 | 54 | 0 | 2 | 342 | 136 | 105 |
| Binary | 1101000 | 10001011 | 11111010 | 111010 | 101100 | 0 | 10 | 11100010 | 1011110 | 1000101 |
Color Harmonies of #688BFA
Complementary color
Monochromatic Colors of #688BFA
Black with #688BFA
Text Example
Text Example
White with #688BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BFA; }
p { color: rgb(104,139,250); }
H1.HeaderClassName
{
color: #688BFA;
}
.AnyTagClassName
{
color: #688BFA;
}
</style>
background-color css
<style>
a { background-color: #688BFA; }
a { background-color: rgb(104,139,250); }
div.DivClassName
{
background-color: #688BFA;
}
.BgClassName
{
background-color: #688BFA;
}
</style>
border-color css
<style>
span { border-color: #688BFA; }
span { border-color: rgb(104,139,250); }
td.TdClassName
{
border-color: #688BFA;
}
.TagClassName
{
border-color: #688BFA;
}
</style>