Shades of Cornflower Blue #698BF8
Tints of Cornflower Blue #698BF8
RGB
CMYK
RGB Variations
Color information
#698BF8 (or 0x698BF8) is known color: Cornflower Blue. HEX triplet: 69, 8B and F8. RGB value is (105,139,248). Sum of RGB (Red+Green+Blue) = 105+139+248=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #698BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BF8 is #967407. Grayscale: #8C8C8C. Windows color (decimal): -9860104 or 16288617. OLE color: 16288617.
HSL color Cylindrical-coordinate representation of color #698BF8: hue angle of 225.73º 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 #698BF8 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 139 | 248 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.03 |
| HSL | 225.73º | 0.91% | 0.69% | - |
| HSV(B) | 225.73º | 0.58% | 0.97% | - |
| XYZ | 32 | 28.25 | 92.57 | - |
| YUV | 141.26 | 188.24 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 248 | 0.58 | 0.44 | 0 | 0.03 | 225.73 | 0.91 | 0.69 |
| Hex | 69 | 8B | F8 | 3A | 2C | 0 | 3 | E2 | 5B | 45 |
| Octal | 151 | 213 | 370 | 72 | 54 | 0 | 3 | 342 | 133 | 105 |
| Binary | 1101001 | 10001011 | 11111000 | 111010 | 101100 | 0 | 11 | 11100010 | 1011011 | 1000101 |
Color Harmonies of #698BF8
Complementary color
Monochromatic Colors of #698BF8
Black with #698BF8
Text Example
Text Example
White with #698BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BF8; }
p { color: rgb(105,139,248); }
H1.HeaderClassName
{
color: #698BF8;
}
.AnyTagClassName
{
color: #698BF8;
}
</style>
background-color css
<style>
a { background-color: #698BF8; }
a { background-color: rgb(105,139,248); }
div.DivClassName
{
background-color: #698BF8;
}
.BgClassName
{
background-color: #698BF8;
}
</style>
border-color css
<style>
span { border-color: #698BF8; }
span { border-color: rgb(105,139,248); }
td.TdClassName
{
border-color: #698BF8;
}
.TagClassName
{
border-color: #698BF8;
}
</style>