Shades of Cornflower Blue #698DF5
Tints of Cornflower Blue #698DF5
RGB
CMYK
RGB Variations
Color information
#698DF5 (or 0x698DF5) is known color: Cornflower Blue. HEX triplet: 69, 8D and F5. RGB value is (105,141,245). Sum of RGB (Red+Green+Blue) = 105+141+245=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #698DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DF5 is #96720A. Grayscale: #8D8D8D. Windows color (decimal): -9859595 or 16092521. OLE color: 16092521.
HSL color Cylindrical-coordinate representation of color #698DF5: hue angle of 224.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698DF5 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 141 | 245 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.04 |
| HSL | 224.57º | 0.88% | 0.69% | - |
| HSV(B) | 224.57º | 0.57% | 0.96% | - |
| XYZ | 31.83 | 28.65 | 90.24 | - |
| YUV | 142.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 245 | 0.57 | 0.42 | 0 | 0.04 | 224.57 | 0.88 | 0.69 |
| Hex | 69 | 8D | F5 | 39 | 2A | 0 | 4 | E1 | 58 | 45 |
| Octal | 151 | 215 | 365 | 71 | 52 | 0 | 4 | 341 | 130 | 105 |
| Binary | 1101001 | 10001101 | 11110101 | 111001 | 101010 | 0 | 100 | 11100001 | 1011000 | 1000101 |
Color Harmonies of #698DF5
Complementary color
Monochromatic Colors of #698DF5
Black with #698DF5
Text Example
Text Example
White with #698DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DF5; }
p { color: rgb(105,141,245); }
H1.HeaderClassName
{
color: #698DF5;
}
.AnyTagClassName
{
color: #698DF5;
}
</style>
background-color css
<style>
a { background-color: #698DF5; }
a { background-color: rgb(105,141,245); }
div.DivClassName
{
background-color: #698DF5;
}
.BgClassName
{
background-color: #698DF5;
}
</style>
border-color css
<style>
span { border-color: #698DF5; }
span { border-color: rgb(105,141,245); }
td.TdClassName
{
border-color: #698DF5;
}
.TagClassName
{
border-color: #698DF5;
}
</style>