Shades of Cornflower Blue #798CEE
Tints of Cornflower Blue #798CEE
RGB
CMYK
RGB Variations
Color information
#798CEE (or 0x798CEE) is known color: Cornflower Blue. HEX triplet: 79, 8C and EE. RGB value is (121,140,238). Sum of RGB (Red+Green+Blue) = 121+140+238=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #798CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CEE is #867311. Grayscale: #919191. Windows color (decimal): -8811282 or 15633529. OLE color: 15633529.
HSL color Cylindrical-coordinate representation of color #798CEE: hue angle of 230.26º degrees, saturation: 0.77, 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 #798CEE is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 140 | 238 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.07 |
| HSL | 230.26º | 0.77% | 0.7% | - |
| HSV(B) | 230.26º | 0.49% | 0.93% | - |
| XYZ | 32.7 | 28.99 | 84.76 | - |
| YUV | 145.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 238 | 0.49 | 0.41 | 0 | 0.07 | 230.26 | 0.77 | 0.7 |
| Hex | 79 | 8C | EE | 31 | 29 | 0 | 7 | E6 | 4D | 46 |
| Octal | 171 | 214 | 356 | 61 | 51 | 0 | 7 | 346 | 115 | 106 |
| Binary | 1111001 | 10001100 | 11101110 | 110001 | 101001 | 0 | 111 | 11100110 | 1001101 | 1000110 |
Color Harmonies of #798CEE
Complementary color
Monochromatic Colors of #798CEE
Black with #798CEE
Text Example
Text Example
White with #798CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CEE; }
p { color: rgb(121,140,238); }
H1.HeaderClassName
{
color: #798CEE;
}
.AnyTagClassName
{
color: #798CEE;
}
</style>
background-color css
<style>
a { background-color: #798CEE; }
a { background-color: rgb(121,140,238); }
div.DivClassName
{
background-color: #798CEE;
}
.BgClassName
{
background-color: #798CEE;
}
</style>
border-color css
<style>
span { border-color: #798CEE; }
span { border-color: rgb(121,140,238); }
td.TdClassName
{
border-color: #798CEE;
}
.TagClassName
{
border-color: #798CEE;
}
</style>