Shades of Cornflower Blue #698CF2
Tints of Cornflower Blue #698CF2
RGB
CMYK
RGB Variations
Color information
#698CF2 (or 0x698CF2) is known color: Cornflower Blue. HEX triplet: 69, 8C and F2. RGB value is (105,140,242). Sum of RGB (Red+Green+Blue) = 105+140+242=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #698CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CF2 is #96730D. Grayscale: #8C8C8C. Windows color (decimal): -9859854 or 15895657. OLE color: 15895657.
HSL color Cylindrical-coordinate representation of color #698CF2: hue angle of 224.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698CF2 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 140 | 242 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.05 |
| HSL | 224.67º | 0.84% | 0.68% | - |
| HSV(B) | 224.67º | 0.57% | 0.95% | - |
| XYZ | 31.23 | 28.17 | 87.8 | - |
| YUV | 141.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 242 | 0.57 | 0.42 | 0 | 0.05 | 224.67 | 0.84 | 0.68 |
| Hex | 69 | 8C | F2 | 39 | 2A | 0 | 5 | E1 | 54 | 44 |
| Octal | 151 | 214 | 362 | 71 | 52 | 0 | 5 | 341 | 124 | 104 |
| Binary | 1101001 | 10001100 | 11110010 | 111001 | 101010 | 0 | 101 | 11100001 | 1010100 | 1000100 |
Color Harmonies of #698CF2
Complementary color
Monochromatic Colors of #698CF2
Black with #698CF2
Text Example
Text Example
White with #698CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CF2; }
p { color: rgb(105,140,242); }
H1.HeaderClassName
{
color: #698CF2;
}
.AnyTagClassName
{
color: #698CF2;
}
</style>
background-color css
<style>
a { background-color: #698CF2; }
a { background-color: rgb(105,140,242); }
div.DivClassName
{
background-color: #698CF2;
}
.BgClassName
{
background-color: #698CF2;
}
</style>
border-color css
<style>
span { border-color: #698CF2; }
span { border-color: rgb(105,140,242); }
td.TdClassName
{
border-color: #698CF2;
}
.TagClassName
{
border-color: #698CF2;
}
</style>