Shades of Cornflower Blue #798AFC
Tints of Cornflower Blue #798AFC
RGB
CMYK
RGB Variations
Color information
#798AFC (or 0x798AFC) is known color: Cornflower Blue. HEX triplet: 79, 8A and FC. RGB value is (121,138,252). Sum of RGB (Red+Green+Blue) = 121+138+252=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #798AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798AFC is #867503. Grayscale: #919191. Windows color (decimal): -8811780 or 16550521. OLE color: 16550521.
HSL color Cylindrical-coordinate representation of color #798AFC: hue angle of 232.21º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #798AFC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 138 | 252 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.01 |
| HSL | 232.21º | 0.96% | 0.73% | - |
| HSV(B) | 232.21º | 0.52% | 0.99% | - |
| XYZ | 34.54 | 29.27 | 95.92 | - |
| YUV | 145.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 252 | 0.52 | 0.45 | 0 | 0.01 | 232.21 | 0.96 | 0.73 |
| Hex | 79 | 8A | FC | 34 | 2D | 0 | 1 | E8 | 60 | 49 |
| Octal | 171 | 212 | 374 | 64 | 55 | 0 | 1 | 350 | 140 | 111 |
| Binary | 1111001 | 10001010 | 11111100 | 110100 | 101101 | 0 | 1 | 11101000 | 1100000 | 1001001 |
Color Harmonies of #798AFC
Complementary color
Monochromatic Colors of #798AFC
Black with #798AFC
Text Example
Text Example
White with #798AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798AFC; }
p { color: rgb(121,138,252); }
H1.HeaderClassName
{
color: #798AFC;
}
.AnyTagClassName
{
color: #798AFC;
}
</style>
background-color css
<style>
a { background-color: #798AFC; }
a { background-color: rgb(121,138,252); }
div.DivClassName
{
background-color: #798AFC;
}
.BgClassName
{
background-color: #798AFC;
}
</style>
border-color css
<style>
span { border-color: #798AFC; }
span { border-color: rgb(121,138,252); }
td.TdClassName
{
border-color: #798AFC;
}
.TagClassName
{
border-color: #798AFC;
}
</style>