Shades of Cornflower Blue #798BEB
Tints of Cornflower Blue #798BEB
RGB
CMYK
RGB Variations
Color information
#798BEB (or 0x798BEB) is known color: Cornflower Blue. HEX triplet: 79, 8B and EB. RGB value is (121,139,235). Sum of RGB (Red+Green+Blue) = 121+139+235=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #798BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798BEB is #867414. Grayscale: #909090. Windows color (decimal): -8811541 or 15436665. OLE color: 15436665.
HSL color Cylindrical-coordinate representation of color #798BEB: hue angle of 230.53º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #798BEB is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 139 | 235 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.08 |
| HSL | 230.53º | 0.74% | 0.7% | - |
| HSV(B) | 230.53º | 0.49% | 0.92% | - |
| XYZ | 32.11 | 28.53 | 82.41 | - |
| YUV | 144.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 235 | 0.49 | 0.41 | 0 | 0.08 | 230.53 | 0.74 | 0.7 |
| Hex | 79 | 8B | EB | 31 | 29 | 0 | 8 | E7 | 4A | 46 |
| Octal | 171 | 213 | 353 | 61 | 51 | 0 | 10 | 347 | 112 | 106 |
| Binary | 1111001 | 10001011 | 11101011 | 110001 | 101001 | 0 | 1000 | 11100111 | 1001010 | 1000110 |
Color Harmonies of #798BEB
Complementary color
Monochromatic Colors of #798BEB
Black with #798BEB
Text Example
Text Example
White with #798BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BEB; }
p { color: rgb(121,139,235); }
H1.HeaderClassName
{
color: #798BEB;
}
.AnyTagClassName
{
color: #798BEB;
}
</style>
background-color css
<style>
a { background-color: #798BEB; }
a { background-color: rgb(121,139,235); }
div.DivClassName
{
background-color: #798BEB;
}
.BgClassName
{
background-color: #798BEB;
}
</style>
border-color css
<style>
span { border-color: #798BEB; }
span { border-color: rgb(121,139,235); }
td.TdClassName
{
border-color: #798BEB;
}
.TagClassName
{
border-color: #798BEB;
}
</style>