Shades of Cornflower Blue #799BEA
Tints of Cornflower Blue #799BEA
RGB
CMYK
RGB Variations
Color information
#799BEA (or 0x799BEA) is known color: Cornflower Blue. HEX triplet: 79, 9B and EA. RGB value is (121,155,234). Sum of RGB (Red+Green+Blue) = 121+155+234=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #799BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BEA is #866415. Grayscale: #999999. Windows color (decimal): -8807446 or 15375225. OLE color: 15375225.
HSL color Cylindrical-coordinate representation of color #799BEA: hue angle of 221.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #799BEA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 155 | 234 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.08 |
| HSL | 221.95º | 0.73% | 0.7% | - |
| HSV(B) | 221.95º | 0.48% | 0.92% | - |
| XYZ | 34.46 | 33.45 | 82.48 | - |
| YUV | 153.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 234 | 0.48 | 0.34 | 0 | 0.08 | 221.95 | 0.73 | 0.7 |
| Hex | 79 | 9B | EA | 30 | 22 | 0 | 8 | DE | 49 | 46 |
| Octal | 171 | 233 | 352 | 60 | 42 | 0 | 10 | 336 | 111 | 106 |
| Binary | 1111001 | 10011011 | 11101010 | 110000 | 100010 | 0 | 1000 | 11011110 | 1001001 | 1000110 |
Color Harmonies of #799BEA
Complementary color
Monochromatic Colors of #799BEA
Black with #799BEA
Text Example
Text Example
White with #799BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BEA; }
p { color: rgb(121,155,234); }
H1.HeaderClassName
{
color: #799BEA;
}
.AnyTagClassName
{
color: #799BEA;
}
</style>
background-color css
<style>
a { background-color: #799BEA; }
a { background-color: rgb(121,155,234); }
div.DivClassName
{
background-color: #799BEA;
}
.BgClassName
{
background-color: #799BEA;
}
</style>
border-color css
<style>
span { border-color: #799BEA; }
span { border-color: rgb(121,155,234); }
td.TdClassName
{
border-color: #799BEA;
}
.TagClassName
{
border-color: #799BEA;
}
</style>