Shades of Cornflower Blue #799FFA
Tints of Cornflower Blue #799FFA
RGB
CMYK
RGB Variations
Color information
#799FFA (or 0x799FFA) is known color: Cornflower Blue. HEX triplet: 79, 9F and FA. RGB value is (121,159,250). Sum of RGB (Red+Green+Blue) = 121+159+250=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #799FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FFA is #866005. Grayscale: #9D9D9D. Windows color (decimal): -8806406 or 16424825. OLE color: 16424825.
HSL color Cylindrical-coordinate representation of color #799FFA: hue angle of 222.33º 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 #799FFA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 159 | 250 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.02 |
| HSL | 222.33º | 0.93% | 0.73% | - |
| HSV(B) | 222.33º | 0.52% | 0.98% | - |
| XYZ | 37.54 | 35.76 | 95.37 | - |
| YUV | 158.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 250 | 0.52 | 0.36 | 0 | 0.02 | 222.33 | 0.93 | 0.73 |
| Hex | 79 | 9F | FA | 34 | 24 | 0 | 2 | DE | 5D | 49 |
| Octal | 171 | 237 | 372 | 64 | 44 | 0 | 2 | 336 | 135 | 111 |
| Binary | 1111001 | 10011111 | 11111010 | 110100 | 100100 | 0 | 10 | 11011110 | 1011101 | 1001001 |
Color Harmonies of #799FFA
Complementary color
Monochromatic Colors of #799FFA
Black with #799FFA
Text Example
Text Example
White with #799FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FFA; }
p { color: rgb(121,159,250); }
H1.HeaderClassName
{
color: #799FFA;
}
.AnyTagClassName
{
color: #799FFA;
}
</style>
background-color css
<style>
a { background-color: #799FFA; }
a { background-color: rgb(121,159,250); }
div.DivClassName
{
background-color: #799FFA;
}
.BgClassName
{
background-color: #799FFA;
}
</style>
border-color css
<style>
span { border-color: #799FFA; }
span { border-color: rgb(121,159,250); }
td.TdClassName
{
border-color: #799FFA;
}
.TagClassName
{
border-color: #799FFA;
}
</style>