Shades of Cornflower Blue #798CFF
Tints of Cornflower Blue #798CFF
RGB
CMYK
RGB Variations
Color information
#798CFF (or 0x798CFF) is known color: Cornflower Blue. HEX triplet: 79, 8C and FF. RGB value is (121,140,255). Sum of RGB (Red+Green+Blue) = 121+140+255=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #798CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CFF is #867300. Grayscale: #929292. Windows color (decimal): -8811265 or 16747641. OLE color: 16747641.
HSL color Cylindrical-coordinate representation of color #798CFF: hue angle of 231.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #798CFF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 140 | 255 | - |
| CMYK | 0.53 | 0.45 | 0 | 0 |
| HSL | 231.49º | 1% | 0.74% | - |
| HSV(B) | 231.49º | 0.53% | 1% | - |
| XYZ | 35.31 | 30.04 | 98.55 | - |
| YUV | 147.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 255 | 0.53 | 0.45 | 0 | 0 | 231.49 | 1 | 0.74 |
| Hex | 79 | 8C | FF | 35 | 2D | 0 | 0 | E7 | 64 | 4A |
| Octal | 171 | 214 | 377 | 65 | 55 | 0 | 0 | 347 | 144 | 112 |
| Binary | 1111001 | 10001100 | 11111111 | 110101 | 101101 | 0 | 0 | 11100111 | 1100100 | 1001010 |
Color Harmonies of #798CFF
Complementary color
Monochromatic Colors of #798CFF
Black with #798CFF
Text Example
Text Example
White with #798CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CFF; }
p { color: rgb(121,140,255); }
H1.HeaderClassName
{
color: #798CFF;
}
.AnyTagClassName
{
color: #798CFF;
}
</style>
background-color css
<style>
a { background-color: #798CFF; }
a { background-color: rgb(121,140,255); }
div.DivClassName
{
background-color: #798CFF;
}
.BgClassName
{
background-color: #798CFF;
}
</style>
border-color css
<style>
span { border-color: #798CFF; }
span { border-color: rgb(121,140,255); }
td.TdClassName
{
border-color: #798CFF;
}
.TagClassName
{
border-color: #798CFF;
}
</style>