Shades of Cornflower Blue #688DFB
Tints of Cornflower Blue #688DFB
RGB
CMYK
RGB Variations
Color information
#688DFB (or 0x688DFB) is known color: Cornflower Blue. HEX triplet: 68, 8D and FB. RGB value is (104,141,251). Sum of RGB (Red+Green+Blue) = 104+141+251=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #688DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DFB is #977204. Grayscale: #8E8E8E. Windows color (decimal): -9925125 or 16485736. OLE color: 16485736.
HSL color Cylindrical-coordinate representation of color #688DFB: hue angle of 224.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688DFB is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 141 | 251 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.9º | 0.95% | 0.7% | - |
| HSV(B) | 224.9º | 0.59% | 0.98% | - |
| XYZ | 32.65 | 28.96 | 95.14 | - |
| YUV | 142.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 251 | 0.59 | 0.44 | 0 | 0.02 | 224.9 | 0.95 | 0.7 |
| Hex | 68 | 8D | FB | 3B | 2C | 0 | 2 | E1 | 5F | 46 |
| Octal | 150 | 215 | 373 | 73 | 54 | 0 | 2 | 341 | 137 | 106 |
| Binary | 1101000 | 10001101 | 11111011 | 111011 | 101100 | 0 | 10 | 11100001 | 1011111 | 1000110 |
Color Harmonies of #688DFB
Complementary color
Monochromatic Colors of #688DFB
Black with #688DFB
Text Example
Text Example
White with #688DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DFB; }
p { color: rgb(104,141,251); }
H1.HeaderClassName
{
color: #688DFB;
}
.AnyTagClassName
{
color: #688DFB;
}
</style>
background-color css
<style>
a { background-color: #688DFB; }
a { background-color: rgb(104,141,251); }
div.DivClassName
{
background-color: #688DFB;
}
.BgClassName
{
background-color: #688DFB;
}
</style>
border-color css
<style>
span { border-color: #688DFB; }
span { border-color: rgb(104,141,251); }
td.TdClassName
{
border-color: #688DFB;
}
.TagClassName
{
border-color: #688DFB;
}
</style>