Shades of Cornflower Blue #799CFE
Tints of Cornflower Blue #799CFE
RGB
CMYK
RGB Variations
Color information
#799CFE (or 0x799CFE) is known color: Cornflower Blue. HEX triplet: 79, 9C and FE. RGB value is (121,156,254). Sum of RGB (Red+Green+Blue) = 121+156+254=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #799CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CFE is #866301. Grayscale: #9C9C9C. Windows color (decimal): -8807170 or 16686201. OLE color: 16686201.
HSL color Cylindrical-coordinate representation of color #799CFE: hue angle of 224.21º 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 #799CFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 156 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 224.21º | 0.99% | 0.74% | - |
| HSV(B) | 224.21º | 0.52% | 1% | - |
| XYZ | 37.66 | 35 | 98.54 | - |
| YUV | 156.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 254 | 0.52 | 0.39 | 0 | 0.00 | 224.21 | 0.99 | 0.74 |
| Hex | 79 | 9C | FE | 34 | 27 | 0 | 0 | E0 | 63 | 4A |
| Octal | 171 | 234 | 376 | 64 | 47 | 0 | 0 | 340 | 143 | 112 |
| Binary | 1111001 | 10011100 | 11111110 | 110100 | 100111 | 0 | 0 | 11100000 | 1100011 | 1001010 |
Color Harmonies of #799CFE
Complementary color
Monochromatic Colors of #799CFE
Black with #799CFE
Text Example
Text Example
White with #799CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CFE; }
p { color: rgb(121,156,254); }
H1.HeaderClassName
{
color: #799CFE;
}
.AnyTagClassName
{
color: #799CFE;
}
</style>
background-color css
<style>
a { background-color: #799CFE; }
a { background-color: rgb(121,156,254); }
div.DivClassName
{
background-color: #799CFE;
}
.BgClassName
{
background-color: #799CFE;
}
</style>
border-color css
<style>
span { border-color: #799CFE; }
span { border-color: rgb(121,156,254); }
td.TdClassName
{
border-color: #799CFE;
}
.TagClassName
{
border-color: #799CFE;
}
</style>