Shades of Cornflower Blue #799EFA
Tints of Cornflower Blue #799EFA
RGB
CMYK
RGB Variations
Color information
#799EFA (or 0x799EFA) is known color: Cornflower Blue. HEX triplet: 79, 9E and FA. RGB value is (121,158,250). Sum of RGB (Red+Green+Blue) = 121+158+250=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #799EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EFA is #866105. Grayscale: #9D9D9D. Windows color (decimal): -8806662 or 16424569. OLE color: 16424569.
HSL color Cylindrical-coordinate representation of color #799EFA: hue angle of 222.79º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799EFA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 158 | 250 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.02 |
| HSL | 222.79º | 0.93% | 0.73% | - |
| HSV(B) | 222.79º | 0.52% | 0.98% | - |
| XYZ | 37.37 | 35.42 | 95.31 | - |
| YUV | 157.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 250 | 0.52 | 0.37 | 0 | 0.02 | 222.79 | 0.93 | 0.73 |
| Hex | 79 | 9E | FA | 34 | 25 | 0 | 2 | DF | 5D | 49 |
| Octal | 171 | 236 | 372 | 64 | 45 | 0 | 2 | 337 | 135 | 111 |
| Binary | 1111001 | 10011110 | 11111010 | 110100 | 100101 | 0 | 10 | 11011111 | 1011101 | 1001001 |
Color Harmonies of #799EFA
Complementary color
Monochromatic Colors of #799EFA
Black with #799EFA
Text Example
Text Example
White with #799EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EFA; }
p { color: rgb(121,158,250); }
H1.HeaderClassName
{
color: #799EFA;
}
.AnyTagClassName
{
color: #799EFA;
}
</style>
background-color css
<style>
a { background-color: #799EFA; }
a { background-color: rgb(121,158,250); }
div.DivClassName
{
background-color: #799EFA;
}
.BgClassName
{
background-color: #799EFA;
}
</style>
border-color css
<style>
span { border-color: #799EFA; }
span { border-color: rgb(121,158,250); }
td.TdClassName
{
border-color: #799EFA;
}
.TagClassName
{
border-color: #799EFA;
}
</style>