Shades of Cornflower Blue #688BF8
Tints of Cornflower Blue #688BF8
RGB
CMYK
RGB Variations
Color information
#688BF8 (or 0x688BF8) is known color: Cornflower Blue. HEX triplet: 68, 8B and F8. RGB value is (104,139,248). Sum of RGB (Red+Green+Blue) = 104+139+248=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #688BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688BF8 is #977407. Grayscale: #8C8C8C. Windows color (decimal): -9925640 or 16288616. OLE color: 16288616.
HSL color Cylindrical-coordinate representation of color #688BF8: hue angle of 225.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #688BF8 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 139 | 248 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.03 |
| HSL | 225.42º | 0.91% | 0.69% | - |
| HSV(B) | 225.42º | 0.58% | 0.97% | - |
| XYZ | 31.88 | 28.19 | 92.57 | - |
| YUV | 140.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 248 | 0.58 | 0.44 | 0 | 0.03 | 225.42 | 0.91 | 0.69 |
| Hex | 68 | 8B | F8 | 3A | 2C | 0 | 3 | E1 | 5B | 45 |
| Octal | 150 | 213 | 370 | 72 | 54 | 0 | 3 | 341 | 133 | 105 |
| Binary | 1101000 | 10001011 | 11111000 | 111010 | 101100 | 0 | 11 | 11100001 | 1011011 | 1000101 |
Color Harmonies of #688BF8
Complementary color
Monochromatic Colors of #688BF8
Black with #688BF8
Text Example
Text Example
White with #688BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BF8; }
p { color: rgb(104,139,248); }
H1.HeaderClassName
{
color: #688BF8;
}
.AnyTagClassName
{
color: #688BF8;
}
</style>
background-color css
<style>
a { background-color: #688BF8; }
a { background-color: rgb(104,139,248); }
div.DivClassName
{
background-color: #688BF8;
}
.BgClassName
{
background-color: #688BF8;
}
</style>
border-color css
<style>
span { border-color: #688BF8; }
span { border-color: rgb(104,139,248); }
td.TdClassName
{
border-color: #688BF8;
}
.TagClassName
{
border-color: #688BF8;
}
</style>