Shades of Cornflower Blue #799AFC
Tints of Cornflower Blue #799AFC
RGB
CMYK
RGB Variations
Color information
#799AFC (or 0x799AFC) is known color: Cornflower Blue. HEX triplet: 79, 9A and FC. RGB value is (121,154,252). Sum of RGB (Red+Green+Blue) = 121+154+252=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #799AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AFC is #866503. Grayscale: #9A9A9A. Windows color (decimal): -8807684 or 16554617. OLE color: 16554617.
HSL color Cylindrical-coordinate representation of color #799AFC: hue angle of 224.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799AFC is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 154 | 252 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.01 |
| HSL | 224.89º | 0.96% | 0.73% | - |
| HSV(B) | 224.89º | 0.52% | 0.99% | - |
| XYZ | 37.01 | 34.2 | 96.75 | - |
| YUV | 155.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 252 | 0.52 | 0.39 | 0 | 0.01 | 224.89 | 0.96 | 0.73 |
| Hex | 79 | 9A | FC | 34 | 27 | 0 | 1 | E1 | 60 | 49 |
| Octal | 171 | 232 | 374 | 64 | 47 | 0 | 1 | 341 | 140 | 111 |
| Binary | 1111001 | 10011010 | 11111100 | 110100 | 100111 | 0 | 1 | 11100001 | 1100000 | 1001001 |
Color Harmonies of #799AFC
Complementary color
Monochromatic Colors of #799AFC
Black with #799AFC
Text Example
Text Example
White with #799AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AFC; }
p { color: rgb(121,154,252); }
H1.HeaderClassName
{
color: #799AFC;
}
.AnyTagClassName
{
color: #799AFC;
}
</style>
background-color css
<style>
a { background-color: #799AFC; }
a { background-color: rgb(121,154,252); }
div.DivClassName
{
background-color: #799AFC;
}
.BgClassName
{
background-color: #799AFC;
}
</style>
border-color css
<style>
span { border-color: #799AFC; }
span { border-color: rgb(121,154,252); }
td.TdClassName
{
border-color: #799AFC;
}
.TagClassName
{
border-color: #799AFC;
}
</style>