Shades of Cornflower Blue #799AED
Tints of Cornflower Blue #799AED
RGB
CMYK
RGB Variations
Color information
#799AED (or 0x799AED) is known color: Cornflower Blue. HEX triplet: 79, 9A and ED. RGB value is (121,154,237). Sum of RGB (Red+Green+Blue) = 121+154+237=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #799AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AED is #866512. Grayscale: #999999. Windows color (decimal): -8807699 or 15571577. OLE color: 15571577.
HSL color Cylindrical-coordinate representation of color #799AED: hue angle of 222.93º 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 #799AED is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 154 | 237 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.07 |
| HSL | 222.93º | 0.76% | 0.7% | - |
| HSV(B) | 222.93º | 0.49% | 0.93% | - |
| XYZ | 34.73 | 33.29 | 84.72 | - |
| YUV | 153.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 237 | 0.49 | 0.35 | 0 | 0.07 | 222.93 | 0.76 | 0.7 |
| Hex | 79 | 9A | ED | 31 | 23 | 0 | 7 | DF | 4C | 46 |
| Octal | 171 | 232 | 355 | 61 | 43 | 0 | 7 | 337 | 114 | 106 |
| Binary | 1111001 | 10011010 | 11101101 | 110001 | 100011 | 0 | 111 | 11011111 | 1001100 | 1000110 |
Color Harmonies of #799AED
Complementary color
Monochromatic Colors of #799AED
Black with #799AED
Text Example
Text Example
White with #799AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AED; }
p { color: rgb(121,154,237); }
H1.HeaderClassName
{
color: #799AED;
}
.AnyTagClassName
{
color: #799AED;
}
</style>
background-color css
<style>
a { background-color: #799AED; }
a { background-color: rgb(121,154,237); }
div.DivClassName
{
background-color: #799AED;
}
.BgClassName
{
background-color: #799AED;
}
</style>
border-color css
<style>
span { border-color: #799AED; }
span { border-color: rgb(121,154,237); }
td.TdClassName
{
border-color: #799AED;
}
.TagClassName
{
border-color: #799AED;
}
</style>