Shades of Cornflower Blue #798CFC
Tints of Cornflower Blue #798CFC
RGB
CMYK
RGB Variations
Color information
#798CFC (or 0x798CFC) is known color: Cornflower Blue. HEX triplet: 79, 8C and FC. RGB value is (121,140,252). Sum of RGB (Red+Green+Blue) = 121+140+252=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #798CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CFC is #867303. Grayscale: #929292. Windows color (decimal): -8811268 or 16551033. OLE color: 16551033.
HSL color Cylindrical-coordinate representation of color #798CFC: hue angle of 231.3º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #798CFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 140 | 252 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.01 |
| HSL | 231.3º | 0.96% | 0.73% | - |
| HSV(B) | 231.3º | 0.52% | 0.99% | - |
| XYZ | 34.83 | 29.85 | 96.02 | - |
| YUV | 147.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 252 | 0.52 | 0.44 | 0 | 0.01 | 231.3 | 0.96 | 0.73 |
| Hex | 79 | 8C | FC | 34 | 2C | 0 | 1 | E7 | 60 | 49 |
| Octal | 171 | 214 | 374 | 64 | 54 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1111001 | 10001100 | 11111100 | 110100 | 101100 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #798CFC
Complementary color
Monochromatic Colors of #798CFC
Black with #798CFC
Text Example
Text Example
White with #798CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CFC; }
p { color: rgb(121,140,252); }
H1.HeaderClassName
{
color: #798CFC;
}
.AnyTagClassName
{
color: #798CFC;
}
</style>
background-color css
<style>
a { background-color: #798CFC; }
a { background-color: rgb(121,140,252); }
div.DivClassName
{
background-color: #798CFC;
}
.BgClassName
{
background-color: #798CFC;
}
</style>
border-color css
<style>
span { border-color: #798CFC; }
span { border-color: rgb(121,140,252); }
td.TdClassName
{
border-color: #798CFC;
}
.TagClassName
{
border-color: #798CFC;
}
</style>