Shades of Cornflower Blue #799DFE
Tints of Cornflower Blue #799DFE
RGB
CMYK
RGB Variations
Color information
#799DFE (or 0x799DFE) is known color: Cornflower Blue. HEX triplet: 79, 9D and FE. RGB value is (121,157,254). Sum of RGB (Red+Green+Blue) = 121+157+254=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #799DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DFE is #866201. Grayscale: #9C9C9C. Windows color (decimal): -8806914 or 16686457. OLE color: 16686457.
HSL color Cylindrical-coordinate representation of color #799DFE: hue angle of 223.76º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799DFE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 157 | 254 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.00 |
| HSL | 223.76º | 0.99% | 0.74% | - |
| HSV(B) | 223.76º | 0.52% | 1% | - |
| XYZ | 37.83 | 35.33 | 98.59 | - |
| YUV | 157.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 254 | 0.52 | 0.38 | 0 | 0.00 | 223.76 | 0.99 | 0.74 |
| Hex | 79 | 9D | FE | 34 | 26 | 0 | 0 | E0 | 63 | 4A |
| Octal | 171 | 235 | 376 | 64 | 46 | 0 | 0 | 340 | 143 | 112 |
| Binary | 1111001 | 10011101 | 11111110 | 110100 | 100110 | 0 | 0 | 11100000 | 1100011 | 1001010 |
Color Harmonies of #799DFE
Complementary color
Monochromatic Colors of #799DFE
Black with #799DFE
Text Example
Text Example
White with #799DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DFE; }
p { color: rgb(121,157,254); }
H1.HeaderClassName
{
color: #799DFE;
}
.AnyTagClassName
{
color: #799DFE;
}
</style>
background-color css
<style>
a { background-color: #799DFE; }
a { background-color: rgb(121,157,254); }
div.DivClassName
{
background-color: #799DFE;
}
.BgClassName
{
background-color: #799DFE;
}
</style>
border-color css
<style>
span { border-color: #799DFE; }
span { border-color: rgb(121,157,254); }
td.TdClassName
{
border-color: #799DFE;
}
.TagClassName
{
border-color: #799DFE;
}
</style>