Shades of Cornflower Blue #799EEF
Tints of Cornflower Blue #799EEF
RGB
CMYK
RGB Variations
Color information
#799EEF (or 0x799EEF) is known color: Cornflower Blue. HEX triplet: 79, 9E and EF. RGB value is (121,158,239). Sum of RGB (Red+Green+Blue) = 121+158+239=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #799EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EEF is #866110. Grayscale: #9B9B9B. Windows color (decimal): -8806673 or 15703673. OLE color: 15703673.
HSL color Cylindrical-coordinate representation of color #799EEF: hue angle of 221.19º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799EEF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 158 | 239 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.06 |
| HSL | 221.19º | 0.79% | 0.71% | - |
| HSV(B) | 221.19º | 0.49% | 0.94% | - |
| XYZ | 35.69 | 34.75 | 86.49 | - |
| YUV | 156.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 239 | 0.49 | 0.34 | 0 | 0.06 | 221.19 | 0.79 | 0.71 |
| Hex | 79 | 9E | EF | 31 | 22 | 0 | 6 | DD | 4F | 47 |
| Octal | 171 | 236 | 357 | 61 | 42 | 0 | 6 | 335 | 117 | 107 |
| Binary | 1111001 | 10011110 | 11101111 | 110001 | 100010 | 0 | 110 | 11011101 | 1001111 | 1000111 |
Color Harmonies of #799EEF
Complementary color
Monochromatic Colors of #799EEF
Black with #799EEF
Text Example
Text Example
White with #799EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EEF; }
p { color: rgb(121,158,239); }
H1.HeaderClassName
{
color: #799EEF;
}
.AnyTagClassName
{
color: #799EEF;
}
</style>
background-color css
<style>
a { background-color: #799EEF; }
a { background-color: rgb(121,158,239); }
div.DivClassName
{
background-color: #799EEF;
}
.BgClassName
{
background-color: #799EEF;
}
</style>
border-color css
<style>
span { border-color: #799EEF; }
span { border-color: rgb(121,158,239); }
td.TdClassName
{
border-color: #799EEF;
}
.TagClassName
{
border-color: #799EEF;
}
</style>