Shades of Cornflower Blue #799FFE
Tints of Cornflower Blue #799FFE
RGB
CMYK
RGB Variations
Color information
#799FFE (or 0x799FFE) is known color: Cornflower Blue. HEX triplet: 79, 9F and FE. RGB value is (121,159,254). Sum of RGB (Red+Green+Blue) = 121+159+254=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #799FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FFE is #866001. Grayscale: #9E9E9E. Windows color (decimal): -8806402 or 16686969. OLE color: 16686969.
HSL color Cylindrical-coordinate representation of color #799FFE: hue angle of 222.86º 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 #799FFE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 159 | 254 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.00 |
| HSL | 222.86º | 0.99% | 0.74% | - |
| HSV(B) | 222.86º | 0.52% | 1% | - |
| XYZ | 38.17 | 36.02 | 98.71 | - |
| YUV | 158.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 254 | 0.52 | 0.37 | 0 | 0.00 | 222.86 | 0.99 | 0.74 |
| Hex | 79 | 9F | FE | 34 | 25 | 0 | 0 | DF | 63 | 4A |
| Octal | 171 | 237 | 376 | 64 | 45 | 0 | 0 | 337 | 143 | 112 |
| Binary | 1111001 | 10011111 | 11111110 | 110100 | 100101 | 0 | 0 | 11011111 | 1100011 | 1001010 |
Color Harmonies of #799FFE
Complementary color
Monochromatic Colors of #799FFE
Black with #799FFE
Text Example
Text Example
White with #799FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FFE; }
p { color: rgb(121,159,254); }
H1.HeaderClassName
{
color: #799FFE;
}
.AnyTagClassName
{
color: #799FFE;
}
</style>
background-color css
<style>
a { background-color: #799FFE; }
a { background-color: rgb(121,159,254); }
div.DivClassName
{
background-color: #799FFE;
}
.BgClassName
{
background-color: #799FFE;
}
</style>
border-color css
<style>
span { border-color: #799FFE; }
span { border-color: rgb(121,159,254); }
td.TdClassName
{
border-color: #799FFE;
}
.TagClassName
{
border-color: #799FFE;
}
</style>