Shades of Cornflower Blue #798CFB
Tints of Cornflower Blue #798CFB
RGB
CMYK
RGB Variations
Color information
#798CFB (or 0x798CFB) is known color: Cornflower Blue. HEX triplet: 79, 8C and FB. RGB value is (121,140,251). Sum of RGB (Red+Green+Blue) = 121+140+251=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #798CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CFB is #867304. Grayscale: #929292. Windows color (decimal): -8811269 or 16485497. OLE color: 16485497.
HSL color Cylindrical-coordinate representation of color #798CFB: hue angle of 231.23º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #798CFB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 140 | 251 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.02 |
| HSL | 231.23º | 0.94% | 0.73% | - |
| HSV(B) | 231.23º | 0.52% | 0.98% | - |
| XYZ | 34.68 | 29.79 | 95.19 | - |
| YUV | 146.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 251 | 0.52 | 0.44 | 0 | 0.02 | 231.23 | 0.94 | 0.73 |
| Hex | 79 | 8C | FB | 34 | 2C | 0 | 2 | E7 | 5E | 49 |
| Octal | 171 | 214 | 373 | 64 | 54 | 0 | 2 | 347 | 136 | 111 |
| Binary | 1111001 | 10001100 | 11111011 | 110100 | 101100 | 0 | 10 | 11100111 | 1011110 | 1001001 |
Color Harmonies of #798CFB
Complementary color
Monochromatic Colors of #798CFB
Black with #798CFB
Text Example
Text Example
White with #798CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CFB; }
p { color: rgb(121,140,251); }
H1.HeaderClassName
{
color: #798CFB;
}
.AnyTagClassName
{
color: #798CFB;
}
</style>
background-color css
<style>
a { background-color: #798CFB; }
a { background-color: rgb(121,140,251); }
div.DivClassName
{
background-color: #798CFB;
}
.BgClassName
{
background-color: #798CFB;
}
</style>
border-color css
<style>
span { border-color: #798CFB; }
span { border-color: rgb(121,140,251); }
td.TdClassName
{
border-color: #798CFB;
}
.TagClassName
{
border-color: #798CFB;
}
</style>