Shades of Cornflower Blue #798FFC
Tints of Cornflower Blue #798FFC
RGB
CMYK
RGB Variations
Color information
#798FFC (or 0x798FFC) is known color: Cornflower Blue. HEX triplet: 79, 8F and FC. RGB value is (121,143,252). Sum of RGB (Red+Green+Blue) = 121+143+252=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #798FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798FFC is #867003. Grayscale: #949494. Windows color (decimal): -8810500 or 16551801. OLE color: 16551801.
HSL color Cylindrical-coordinate representation of color #798FFC: hue angle of 229.92º 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 #798FFC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 143 | 252 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.01 |
| HSL | 229.92º | 0.96% | 0.73% | - |
| HSV(B) | 229.92º | 0.52% | 0.99% | - |
| XYZ | 35.28 | 30.74 | 96.17 | - |
| YUV | 148.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 252 | 0.52 | 0.43 | 0 | 0.01 | 229.92 | 0.96 | 0.73 |
| Hex | 79 | 8F | FC | 34 | 2B | 0 | 1 | E6 | 60 | 49 |
| Octal | 171 | 217 | 374 | 64 | 53 | 0 | 1 | 346 | 140 | 111 |
| Binary | 1111001 | 10001111 | 11111100 | 110100 | 101011 | 0 | 1 | 11100110 | 1100000 | 1001001 |
Color Harmonies of #798FFC
Complementary color
Monochromatic Colors of #798FFC
Black with #798FFC
Text Example
Text Example
White with #798FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FFC; }
p { color: rgb(121,143,252); }
H1.HeaderClassName
{
color: #798FFC;
}
.AnyTagClassName
{
color: #798FFC;
}
</style>
background-color css
<style>
a { background-color: #798FFC; }
a { background-color: rgb(121,143,252); }
div.DivClassName
{
background-color: #798FFC;
}
.BgClassName
{
background-color: #798FFC;
}
</style>
border-color css
<style>
span { border-color: #798FFC; }
span { border-color: rgb(121,143,252); }
td.TdClassName
{
border-color: #798FFC;
}
.TagClassName
{
border-color: #798FFC;
}
</style>