Shades of Cornflower Blue #799EFC
Tints of Cornflower Blue #799EFC
RGB
CMYK
RGB Variations
Color information
#799EFC (or 0x799EFC) is known color: Cornflower Blue. HEX triplet: 79, 9E and FC. RGB value is (121,158,252). Sum of RGB (Red+Green+Blue) = 121+158+252=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #799EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EFC is #866103. Grayscale: #9D9D9D. Windows color (decimal): -8806660 or 16555641. OLE color: 16555641.
HSL color Cylindrical-coordinate representation of color #799EFC: hue angle of 223.05º 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 #799EFC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 158 | 252 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 223.05º | 0.96% | 0.73% | - |
| HSV(B) | 223.05º | 0.52% | 0.99% | - |
| XYZ | 37.68 | 35.55 | 96.97 | - |
| YUV | 157.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 252 | 0.52 | 0.37 | 0 | 0.01 | 223.05 | 0.96 | 0.73 |
| Hex | 79 | 9E | FC | 34 | 25 | 0 | 1 | DF | 60 | 49 |
| Octal | 171 | 236 | 374 | 64 | 45 | 0 | 1 | 337 | 140 | 111 |
| Binary | 1111001 | 10011110 | 11111100 | 110100 | 100101 | 0 | 1 | 11011111 | 1100000 | 1001001 |
Color Harmonies of #799EFC
Complementary color
Monochromatic Colors of #799EFC
Black with #799EFC
Text Example
Text Example
White with #799EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EFC; }
p { color: rgb(121,158,252); }
H1.HeaderClassName
{
color: #799EFC;
}
.AnyTagClassName
{
color: #799EFC;
}
</style>
background-color css
<style>
a { background-color: #799EFC; }
a { background-color: rgb(121,158,252); }
div.DivClassName
{
background-color: #799EFC;
}
.BgClassName
{
background-color: #799EFC;
}
</style>
border-color css
<style>
span { border-color: #799EFC; }
span { border-color: rgb(121,158,252); }
td.TdClassName
{
border-color: #799EFC;
}
.TagClassName
{
border-color: #799EFC;
}
</style>