Shades of Cornflower Blue #798DFF
Tints of Cornflower Blue #798DFF
RGB
CMYK
RGB Variations
Color information
#798DFF (or 0x798DFF) is known color: Cornflower Blue. HEX triplet: 79, 8D and FF. RGB value is (121,141,255). Sum of RGB (Red+Green+Blue) = 121+141+255=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #798DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798DFF is #867200. Grayscale: #939393. Windows color (decimal): -8811009 or 16747897. OLE color: 16747897.
HSL color Cylindrical-coordinate representation of color #798DFF: hue angle of 231.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #798DFF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 141 | 255 | - |
| CMYK | 0.53 | 0.45 | 0 | 0 |
| HSL | 231.04º | 1% | 0.74% | - |
| HSV(B) | 231.04º | 0.53% | 1% | - |
| XYZ | 35.46 | 30.33 | 98.59 | - |
| YUV | 148.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 255 | 0.53 | 0.45 | 0 | 0 | 231.04 | 1 | 0.74 |
| Hex | 79 | 8D | FF | 35 | 2D | 0 | 0 | E7 | 64 | 4A |
| Octal | 171 | 215 | 377 | 65 | 55 | 0 | 0 | 347 | 144 | 112 |
| Binary | 1111001 | 10001101 | 11111111 | 110101 | 101101 | 0 | 0 | 11100111 | 1100100 | 1001010 |
Color Harmonies of #798DFF
Complementary color
Monochromatic Colors of #798DFF
Black with #798DFF
Text Example
Text Example
White with #798DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DFF; }
p { color: rgb(121,141,255); }
H1.HeaderClassName
{
color: #798DFF;
}
.AnyTagClassName
{
color: #798DFF;
}
</style>
background-color css
<style>
a { background-color: #798DFF; }
a { background-color: rgb(121,141,255); }
div.DivClassName
{
background-color: #798DFF;
}
.BgClassName
{
background-color: #798DFF;
}
</style>
border-color css
<style>
span { border-color: #798DFF; }
span { border-color: rgb(121,141,255); }
td.TdClassName
{
border-color: #798DFF;
}
.TagClassName
{
border-color: #798DFF;
}
</style>