Shades of Cornflower Blue #698BFA
Tints of Cornflower Blue #698BFA
RGB
CMYK
RGB Variations
Color information
#698BFA (or 0x698BFA) is known color: Cornflower Blue. HEX triplet: 69, 8B and FA. RGB value is (105,139,250). Sum of RGB (Red+Green+Blue) = 105+139+250=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #698BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFA is #967405. Grayscale: #8D8D8D. Windows color (decimal): -9860102 or 16419689. OLE color: 16419689.
HSL color Cylindrical-coordinate representation of color #698BFA: hue angle of 225.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698BFA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 139 | 250 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.02 |
| HSL | 225.93º | 0.94% | 0.7% | - |
| HSV(B) | 225.93º | 0.58% | 0.98% | - |
| XYZ | 32.31 | 28.37 | 94.22 | - |
| YUV | 141.49 | 189.24 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 250 | 0.58 | 0.44 | 0 | 0.02 | 225.93 | 0.94 | 0.7 |
| Hex | 69 | 8B | FA | 3A | 2C | 0 | 2 | E2 | 5E | 46 |
| Octal | 151 | 213 | 372 | 72 | 54 | 0 | 2 | 342 | 136 | 106 |
| Binary | 1101001 | 10001011 | 11111010 | 111010 | 101100 | 0 | 10 | 11100010 | 1011110 | 1000110 |
Color Harmonies of #698BFA
Complementary color
Monochromatic Colors of #698BFA
Black with #698BFA
Text Example
Text Example
White with #698BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BFA; }
p { color: rgb(105,139,250); }
H1.HeaderClassName
{
color: #698BFA;
}
.AnyTagClassName
{
color: #698BFA;
}
</style>
background-color css
<style>
a { background-color: #698BFA; }
a { background-color: rgb(105,139,250); }
div.DivClassName
{
background-color: #698BFA;
}
.BgClassName
{
background-color: #698BFA;
}
</style>
border-color css
<style>
span { border-color: #698BFA; }
span { border-color: rgb(105,139,250); }
td.TdClassName
{
border-color: #698BFA;
}
.TagClassName
{
border-color: #698BFA;
}
</style>