Shades of Cornflower Blue #798FFA
Tints of Cornflower Blue #798FFA
RGB
CMYK
RGB Variations
Color information
#798FFA (or 0x798FFA) is known color: Cornflower Blue. HEX triplet: 79, 8F and FA. RGB value is (121,143,250). Sum of RGB (Red+Green+Blue) = 121+143+250=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #798FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798FFA is #867005. Grayscale: #949494. Windows color (decimal): -8810502 or 16420729. OLE color: 16420729.
HSL color Cylindrical-coordinate representation of color #798FFA: hue angle of 229.77º 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 #798FFA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 143 | 250 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.77º | 0.93% | 0.73% | - |
| HSV(B) | 229.77º | 0.52% | 0.98% | - |
| XYZ | 34.96 | 30.61 | 94.51 | - |
| YUV | 148.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 250 | 0.52 | 0.43 | 0 | 0.02 | 229.77 | 0.93 | 0.73 |
| Hex | 79 | 8F | FA | 34 | 2B | 0 | 2 | E6 | 5D | 49 |
| Octal | 171 | 217 | 372 | 64 | 53 | 0 | 2 | 346 | 135 | 111 |
| Binary | 1111001 | 10001111 | 11111010 | 110100 | 101011 | 0 | 10 | 11100110 | 1011101 | 1001001 |
Color Harmonies of #798FFA
Complementary color
Monochromatic Colors of #798FFA
Black with #798FFA
Text Example
Text Example
White with #798FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FFA; }
p { color: rgb(121,143,250); }
H1.HeaderClassName
{
color: #798FFA;
}
.AnyTagClassName
{
color: #798FFA;
}
</style>
background-color css
<style>
a { background-color: #798FFA; }
a { background-color: rgb(121,143,250); }
div.DivClassName
{
background-color: #798FFA;
}
.BgClassName
{
background-color: #798FFA;
}
</style>
border-color css
<style>
span { border-color: #798FFA; }
span { border-color: rgb(121,143,250); }
td.TdClassName
{
border-color: #798FFA;
}
.TagClassName
{
border-color: #798FFA;
}
</style>