Shades of Cornflower Blue #687EF8
Tints of Cornflower Blue #687EF8
RGB
CMYK
RGB Variations
Color information
#687EF8 (or 0x687EF8) is known color: Cornflower Blue. HEX triplet: 68, 7E and F8. RGB value is (104,126,248). Sum of RGB (Red+Green+Blue) = 104+126+248=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #687EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687EF8 is #978107. Grayscale: #848484. Windows color (decimal): -9928968 or 16285288. OLE color: 16285288.
HSL color Cylindrical-coordinate representation of color #687EF8: hue angle of 230.83º 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 #687EF8 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 126 | 248 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.03 |
| HSL | 230.83º | 0.91% | 0.69% | - |
| HSV(B) | 230.83º | 0.58% | 0.97% | - |
| XYZ | 30.11 | 24.64 | 91.98 | - |
| YUV | 133.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 248 | 0.58 | 0.49 | 0 | 0.03 | 230.83 | 0.91 | 0.69 |
| Hex | 68 | 7E | F8 | 3A | 31 | 0 | 3 | E7 | 5B | 45 |
| Octal | 150 | 176 | 370 | 72 | 61 | 0 | 3 | 347 | 133 | 105 |
| Binary | 1101000 | 1111110 | 11111000 | 111010 | 110001 | 0 | 11 | 11100111 | 1011011 | 1000101 |
Color Harmonies of #687EF8
Complementary color
Monochromatic Colors of #687EF8
Black with #687EF8
Text Example
Text Example
White with #687EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EF8; }
p { color: rgb(104,126,248); }
H1.HeaderClassName
{
color: #687EF8;
}
.AnyTagClassName
{
color: #687EF8;
}
</style>
background-color css
<style>
a { background-color: #687EF8; }
a { background-color: rgb(104,126,248); }
div.DivClassName
{
background-color: #687EF8;
}
.BgClassName
{
background-color: #687EF8;
}
</style>
border-color css
<style>
span { border-color: #687EF8; }
span { border-color: rgb(104,126,248); }
td.TdClassName
{
border-color: #687EF8;
}
.TagClassName
{
border-color: #687EF8;
}
</style>