Shades of Cornflower Blue #799BEB
Tints of Cornflower Blue #799BEB
RGB
CMYK
RGB Variations
Color information
#799BEB (or 0x799BEB) is known color: Cornflower Blue. HEX triplet: 79, 9B and EB. RGB value is (121,155,235). Sum of RGB (Red+Green+Blue) = 121+155+235=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #799BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BEB is #866414. Grayscale: #999999. Windows color (decimal): -8807445 or 15440761. OLE color: 15440761.
HSL color Cylindrical-coordinate representation of color #799BEB: hue angle of 222.11º 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 #799BEB is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 155 | 235 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.08 |
| HSL | 222.11º | 0.74% | 0.7% | - |
| HSV(B) | 222.11º | 0.49% | 0.92% | - |
| XYZ | 34.6 | 33.51 | 83.24 | - |
| YUV | 153.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 235 | 0.49 | 0.34 | 0 | 0.08 | 222.11 | 0.74 | 0.7 |
| Hex | 79 | 9B | EB | 31 | 22 | 0 | 8 | DE | 4A | 46 |
| Octal | 171 | 233 | 353 | 61 | 42 | 0 | 10 | 336 | 112 | 106 |
| Binary | 1111001 | 10011011 | 11101011 | 110001 | 100010 | 0 | 1000 | 11011110 | 1001010 | 1000110 |
Color Harmonies of #799BEB
Complementary color
Monochromatic Colors of #799BEB
Black with #799BEB
Text Example
Text Example
White with #799BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BEB; }
p { color: rgb(121,155,235); }
H1.HeaderClassName
{
color: #799BEB;
}
.AnyTagClassName
{
color: #799BEB;
}
</style>
background-color css
<style>
a { background-color: #799BEB; }
a { background-color: rgb(121,155,235); }
div.DivClassName
{
background-color: #799BEB;
}
.BgClassName
{
background-color: #799BEB;
}
</style>
border-color css
<style>
span { border-color: #799BEB; }
span { border-color: rgb(121,155,235); }
td.TdClassName
{
border-color: #799BEB;
}
.TagClassName
{
border-color: #799BEB;
}
</style>