Shades of Cornflower Blue #698BFB
Tints of Cornflower Blue #698BFB
RGB
CMYK
RGB Variations
Color information
#698BFB (or 0x698BFB) is known color: Cornflower Blue. HEX triplet: 69, 8B and FB. RGB value is (105,139,251). Sum of RGB (Red+Green+Blue) = 105+139+251=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #698BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFB is #967404. Grayscale: #8D8D8D. Windows color (decimal): -9860101 or 16485225. OLE color: 16485225.
HSL color Cylindrical-coordinate representation of color #698BFB: hue angle of 226.03º degrees, saturation: 0.95, 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 #698BFB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 139 | 251 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.02 |
| HSL | 226.03º | 0.95% | 0.7% | - |
| HSV(B) | 226.03º | 0.58% | 0.98% | - |
| XYZ | 32.47 | 28.43 | 95.04 | - |
| YUV | 141.6 | 189.74 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 251 | 0.58 | 0.45 | 0 | 0.02 | 226.03 | 0.95 | 0.7 |
| Hex | 69 | 8B | FB | 3A | 2D | 0 | 2 | E2 | 5F | 46 |
| Octal | 151 | 213 | 373 | 72 | 55 | 0 | 2 | 342 | 137 | 106 |
| Binary | 1101001 | 10001011 | 11111011 | 111010 | 101101 | 0 | 10 | 11100010 | 1011111 | 1000110 |
Color Harmonies of #698BFB
Complementary color
Monochromatic Colors of #698BFB
Black with #698BFB
Text Example
Text Example
White with #698BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BFB; }
p { color: rgb(105,139,251); }
H1.HeaderClassName
{
color: #698BFB;
}
.AnyTagClassName
{
color: #698BFB;
}
</style>
background-color css
<style>
a { background-color: #698BFB; }
a { background-color: rgb(105,139,251); }
div.DivClassName
{
background-color: #698BFB;
}
.BgClassName
{
background-color: #698BFB;
}
</style>
border-color css
<style>
span { border-color: #698BFB; }
span { border-color: rgb(105,139,251); }
td.TdClassName
{
border-color: #698BFB;
}
.TagClassName
{
border-color: #698BFB;
}
</style>