Shades of Cornflower Blue #799CFF
Tints of Cornflower Blue #799CFF
RGB
CMYK
RGB Variations
Color information
#799CFF (or 0x799CFF) is known color: Cornflower Blue. HEX triplet: 79, 9C and FF. RGB value is (121,156,255). Sum of RGB (Red+Green+Blue) = 121+156+255=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #799CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CFF is #866300. Grayscale: #9C9C9C. Windows color (decimal): -8807169 or 16751737. OLE color: 16751737.
HSL color Cylindrical-coordinate representation of color #799CFF: hue angle of 224.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #799CFF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 156 | 255 | - |
| CMYK | 0.53 | 0.39 | 0 | 0 |
| HSL | 224.33º | 1% | 0.74% | - |
| HSV(B) | 224.33º | 0.53% | 1% | - |
| XYZ | 37.82 | 35.06 | 99.38 | - |
| YUV | 156.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 255 | 0.53 | 0.39 | 0 | 0 | 224.33 | 1 | 0.74 |
| Hex | 79 | 9C | FF | 35 | 27 | 0 | 0 | E0 | 64 | 4A |
| Octal | 171 | 234 | 377 | 65 | 47 | 0 | 0 | 340 | 144 | 112 |
| Binary | 1111001 | 10011100 | 11111111 | 110101 | 100111 | 0 | 0 | 11100000 | 1100100 | 1001010 |
Color Harmonies of #799CFF
Complementary color
Monochromatic Colors of #799CFF
Black with #799CFF
Text Example
Text Example
White with #799CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CFF; }
p { color: rgb(121,156,255); }
H1.HeaderClassName
{
color: #799CFF;
}
.AnyTagClassName
{
color: #799CFF;
}
</style>
background-color css
<style>
a { background-color: #799CFF; }
a { background-color: rgb(121,156,255); }
div.DivClassName
{
background-color: #799CFF;
}
.BgClassName
{
background-color: #799CFF;
}
</style>
border-color css
<style>
span { border-color: #799CFF; }
span { border-color: rgb(121,156,255); }
td.TdClassName
{
border-color: #799CFF;
}
.TagClassName
{
border-color: #799CFF;
}
</style>