Shades of Cornflower Blue #799FF2
Tints of Cornflower Blue #799FF2
RGB
CMYK
RGB Variations
Color information
#799FF2 (or 0x799FF2) is known color: Cornflower Blue. HEX triplet: 79, 9F and F2. RGB value is (121,159,242). Sum of RGB (Red+Green+Blue) = 121+159+242=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #799FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FF2 is #86600D. Grayscale: #9C9C9C. Windows color (decimal): -8806414 or 15900537. OLE color: 15900537.
HSL color Cylindrical-coordinate representation of color #799FF2: hue angle of 221.16º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799FF2 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 159 | 242 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.05 |
| HSL | 221.16º | 0.82% | 0.71% | - |
| HSV(B) | 221.16º | 0.5% | 0.95% | - |
| XYZ | 36.31 | 35.27 | 88.9 | - |
| YUV | 157.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 242 | 0.50 | 0.34 | 0 | 0.05 | 221.16 | 0.82 | 0.71 |
| Hex | 79 | 9F | F2 | 32 | 22 | 0 | 5 | DD | 52 | 47 |
| Octal | 171 | 237 | 362 | 62 | 42 | 0 | 5 | 335 | 122 | 107 |
| Binary | 1111001 | 10011111 | 11110010 | 110010 | 100010 | 0 | 101 | 11011101 | 1010010 | 1000111 |
Color Harmonies of #799FF2
Complementary color
Monochromatic Colors of #799FF2
Black with #799FF2
Text Example
Text Example
White with #799FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FF2; }
p { color: rgb(121,159,242); }
H1.HeaderClassName
{
color: #799FF2;
}
.AnyTagClassName
{
color: #799FF2;
}
</style>
background-color css
<style>
a { background-color: #799FF2; }
a { background-color: rgb(121,159,242); }
div.DivClassName
{
background-color: #799FF2;
}
.BgClassName
{
background-color: #799FF2;
}
</style>
border-color css
<style>
span { border-color: #799FF2; }
span { border-color: rgb(121,159,242); }
td.TdClassName
{
border-color: #799FF2;
}
.TagClassName
{
border-color: #799FF2;
}
</style>