Shades of Cornflower Blue #799CFA
Tints of Cornflower Blue #799CFA
RGB
CMYK
RGB Variations
Color information
#799CFA (or 0x799CFA) is known color: Cornflower Blue. HEX triplet: 79, 9C and FA. RGB value is (121,156,250). Sum of RGB (Red+Green+Blue) = 121+156+250=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #799CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CFA is #866305. Grayscale: #9B9B9B. Windows color (decimal): -8807174 or 16424057. OLE color: 16424057.
HSL color Cylindrical-coordinate representation of color #799CFA: hue angle of 223.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799CFA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 156 | 250 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.02 |
| HSL | 223.72º | 0.93% | 0.73% | - |
| HSV(B) | 223.72º | 0.52% | 0.98% | - |
| XYZ | 37.03 | 34.74 | 95.2 | - |
| YUV | 156.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 250 | 0.52 | 0.38 | 0 | 0.02 | 223.72 | 0.93 | 0.73 |
| Hex | 79 | 9C | FA | 34 | 26 | 0 | 2 | E0 | 5D | 49 |
| Octal | 171 | 234 | 372 | 64 | 46 | 0 | 2 | 340 | 135 | 111 |
| Binary | 1111001 | 10011100 | 11111010 | 110100 | 100110 | 0 | 10 | 11100000 | 1011101 | 1001001 |
Color Harmonies of #799CFA
Complementary color
Monochromatic Colors of #799CFA
Black with #799CFA
Text Example
Text Example
White with #799CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CFA; }
p { color: rgb(121,156,250); }
H1.HeaderClassName
{
color: #799CFA;
}
.AnyTagClassName
{
color: #799CFA;
}
</style>
background-color css
<style>
a { background-color: #799CFA; }
a { background-color: rgb(121,156,250); }
div.DivClassName
{
background-color: #799CFA;
}
.BgClassName
{
background-color: #799CFA;
}
</style>
border-color css
<style>
span { border-color: #799CFA; }
span { border-color: rgb(121,156,250); }
td.TdClassName
{
border-color: #799CFA;
}
.TagClassName
{
border-color: #799CFA;
}
</style>