Shades of Cornflower Blue #798CED
Tints of Cornflower Blue #798CED
RGB
CMYK
RGB Variations
Color information
#798CED (or 0x798CED) is known color: Cornflower Blue. HEX triplet: 79, 8C and ED. RGB value is (121,140,237). Sum of RGB (Red+Green+Blue) = 121+140+237=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #798CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CED is #867312. Grayscale: #909090. Windows color (decimal): -8811283 or 15567993. OLE color: 15567993.
HSL color Cylindrical-coordinate representation of color #798CED: hue angle of 230.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #798CED is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 140 | 237 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.07 |
| HSL | 230.17º | 0.76% | 0.7% | - |
| HSV(B) | 230.17º | 0.49% | 0.93% | - |
| XYZ | 32.55 | 28.94 | 83.99 | - |
| YUV | 145.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 237 | 0.49 | 0.41 | 0 | 0.07 | 230.17 | 0.76 | 0.7 |
| Hex | 79 | 8C | ED | 31 | 29 | 0 | 7 | E6 | 4C | 46 |
| Octal | 171 | 214 | 355 | 61 | 51 | 0 | 7 | 346 | 114 | 106 |
| Binary | 1111001 | 10001100 | 11101101 | 110001 | 101001 | 0 | 111 | 11100110 | 1001100 | 1000110 |
Color Harmonies of #798CED
Complementary color
Monochromatic Colors of #798CED
Black with #798CED
Text Example
Text Example
White with #798CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CED; }
p { color: rgb(121,140,237); }
H1.HeaderClassName
{
color: #798CED;
}
.AnyTagClassName
{
color: #798CED;
}
</style>
background-color css
<style>
a { background-color: #798CED; }
a { background-color: rgb(121,140,237); }
div.DivClassName
{
background-color: #798CED;
}
.BgClassName
{
background-color: #798CED;
}
</style>
border-color css
<style>
span { border-color: #798CED; }
span { border-color: rgb(121,140,237); }
td.TdClassName
{
border-color: #798CED;
}
.TagClassName
{
border-color: #798CED;
}
</style>