Shades of Cornflower Blue #799BEE
Tints of Cornflower Blue #799BEE
RGB
CMYK
RGB Variations
Color information
#799BEE (or 0x799BEE) is known color: Cornflower Blue. HEX triplet: 79, 9B and EE. RGB value is (121,155,238). Sum of RGB (Red+Green+Blue) = 121+155+238=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #799BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BEE is #866411. Grayscale: #999999. Windows color (decimal): -8807442 or 15637369. OLE color: 15637369.
HSL color Cylindrical-coordinate representation of color #799BEE: hue angle of 222.56º 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 #799BEE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 155 | 238 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.07 |
| HSL | 222.56º | 0.77% | 0.7% | - |
| HSV(B) | 222.56º | 0.49% | 0.93% | - |
| XYZ | 35.04 | 33.68 | 85.54 | - |
| YUV | 154.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 238 | 0.49 | 0.35 | 0 | 0.07 | 222.56 | 0.77 | 0.7 |
| Hex | 79 | 9B | EE | 31 | 23 | 0 | 7 | DF | 4D | 46 |
| Octal | 171 | 233 | 356 | 61 | 43 | 0 | 7 | 337 | 115 | 106 |
| Binary | 1111001 | 10011011 | 11101110 | 110001 | 100011 | 0 | 111 | 11011111 | 1001101 | 1000110 |
Color Harmonies of #799BEE
Complementary color
Monochromatic Colors of #799BEE
Black with #799BEE
Text Example
Text Example
White with #799BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BEE; }
p { color: rgb(121,155,238); }
H1.HeaderClassName
{
color: #799BEE;
}
.AnyTagClassName
{
color: #799BEE;
}
</style>
background-color css
<style>
a { background-color: #799BEE; }
a { background-color: rgb(121,155,238); }
div.DivClassName
{
background-color: #799BEE;
}
.BgClassName
{
background-color: #799BEE;
}
</style>
border-color css
<style>
span { border-color: #799BEE; }
span { border-color: rgb(121,155,238); }
td.TdClassName
{
border-color: #799BEE;
}
.TagClassName
{
border-color: #799BEE;
}
</style>