Shades of Cornflower Blue #688FEB
Tints of Cornflower Blue #688FEB
RGB
CMYK
RGB Variations
Color information
#688FEB (or 0x688FEB) is known color: Cornflower Blue. HEX triplet: 68, 8F and EB. RGB value is (104,143,235). Sum of RGB (Red+Green+Blue) = 104+143+235=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #688FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FEB is #977014. Grayscale: #8D8D8D. Windows color (decimal): -9924629 or 15437672. OLE color: 15437672.
HSL color Cylindrical-coordinate representation of color #688FEB: hue angle of 222.14º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #688FEB is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 143 | 235 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.08 |
| HSL | 222.14º | 0.77% | 0.66% | - |
| HSV(B) | 222.14º | 0.56% | 0.92% | - |
| XYZ | 30.53 | 28.59 | 82.51 | - |
| YUV | 141.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 235 | 0.56 | 0.39 | 0 | 0.08 | 222.14 | 0.77 | 0.66 |
| Hex | 68 | 8F | EB | 38 | 27 | 0 | 8 | DE | 4D | 42 |
| Octal | 150 | 217 | 353 | 70 | 47 | 0 | 10 | 336 | 115 | 102 |
| Binary | 1101000 | 10001111 | 11101011 | 111000 | 100111 | 0 | 1000 | 11011110 | 1001101 | 1000010 |
Color Harmonies of #688FEB
Complementary color
Monochromatic Colors of #688FEB
Black with #688FEB
Text Example
Text Example
White with #688FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FEB; }
p { color: rgb(104,143,235); }
H1.HeaderClassName
{
color: #688FEB;
}
.AnyTagClassName
{
color: #688FEB;
}
</style>
background-color css
<style>
a { background-color: #688FEB; }
a { background-color: rgb(104,143,235); }
div.DivClassName
{
background-color: #688FEB;
}
.BgClassName
{
background-color: #688FEB;
}
</style>
border-color css
<style>
span { border-color: #688FEB; }
span { border-color: rgb(104,143,235); }
td.TdClassName
{
border-color: #688FEB;
}
.TagClassName
{
border-color: #688FEB;
}
</style>