Shades of Cornflower Blue #698FFB
Tints of Cornflower Blue #698FFB
RGB
CMYK
RGB Variations
Color information
#698FFB (or 0x698FFB) is known color: Cornflower Blue. HEX triplet: 69, 8F and FB. RGB value is (105,143,251). Sum of RGB (Red+Green+Blue) = 105+143+251=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #698FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FFB is #967004. Grayscale: #8F8F8F. Windows color (decimal): -9859077 or 16486249. OLE color: 16486249.
HSL color Cylindrical-coordinate representation of color #698FFB: hue angle of 224.38º 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 #698FFB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 143 | 251 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.02 |
| HSL | 224.38º | 0.95% | 0.7% | - |
| HSV(B) | 224.38º | 0.58% | 0.98% | - |
| XYZ | 33.06 | 29.61 | 95.24 | - |
| YUV | 143.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 251 | 0.58 | 0.43 | 0 | 0.02 | 224.38 | 0.95 | 0.7 |
| Hex | 69 | 8F | FB | 3A | 2B | 0 | 2 | E0 | 5F | 46 |
| Octal | 151 | 217 | 373 | 72 | 53 | 0 | 2 | 340 | 137 | 106 |
| Binary | 1101001 | 10001111 | 11111011 | 111010 | 101011 | 0 | 10 | 11100000 | 1011111 | 1000110 |
Color Harmonies of #698FFB
Complementary color
Monochromatic Colors of #698FFB
Black with #698FFB
Text Example
Text Example
White with #698FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FFB; }
p { color: rgb(105,143,251); }
H1.HeaderClassName
{
color: #698FFB;
}
.AnyTagClassName
{
color: #698FFB;
}
</style>
background-color css
<style>
a { background-color: #698FFB; }
a { background-color: rgb(105,143,251); }
div.DivClassName
{
background-color: #698FFB;
}
.BgClassName
{
background-color: #698FFB;
}
</style>
border-color css
<style>
span { border-color: #698FFB; }
span { border-color: rgb(105,143,251); }
td.TdClassName
{
border-color: #698FFB;
}
.TagClassName
{
border-color: #698FFB;
}
</style>