Shades of Cornflower Blue #698CF8
Tints of Cornflower Blue #698CF8
RGB
CMYK
RGB Variations
Color information
#698CF8 (or 0x698CF8) is known color: Cornflower Blue. HEX triplet: 69, 8C and F8. RGB value is (105,140,248). Sum of RGB (Red+Green+Blue) = 105+140+248=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #698CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CF8 is #967307. Grayscale: #8D8D8D. Windows color (decimal): -9859848 or 16288873. OLE color: 16288873.
HSL color Cylindrical-coordinate representation of color #698CF8: hue angle of 225.31º 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 #698CF8 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 140 | 248 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.03 |
| HSL | 225.31º | 0.91% | 0.69% | - |
| HSV(B) | 225.31º | 0.58% | 0.97% | - |
| XYZ | 32.15 | 28.54 | 92.62 | - |
| YUV | 141.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 248 | 0.58 | 0.44 | 0 | 0.03 | 225.31 | 0.91 | 0.69 |
| Hex | 69 | 8C | F8 | 3A | 2C | 0 | 3 | E1 | 5B | 45 |
| Octal | 151 | 214 | 370 | 72 | 54 | 0 | 3 | 341 | 133 | 105 |
| Binary | 1101001 | 10001100 | 11111000 | 111010 | 101100 | 0 | 11 | 11100001 | 1011011 | 1000101 |
Color Harmonies of #698CF8
Complementary color
Monochromatic Colors of #698CF8
Black with #698CF8
Text Example
Text Example
White with #698CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CF8; }
p { color: rgb(105,140,248); }
H1.HeaderClassName
{
color: #698CF8;
}
.AnyTagClassName
{
color: #698CF8;
}
</style>
background-color css
<style>
a { background-color: #698CF8; }
a { background-color: rgb(105,140,248); }
div.DivClassName
{
background-color: #698CF8;
}
.BgClassName
{
background-color: #698CF8;
}
</style>
border-color css
<style>
span { border-color: #698CF8; }
span { border-color: rgb(105,140,248); }
td.TdClassName
{
border-color: #698CF8;
}
.TagClassName
{
border-color: #698CF8;
}
</style>