Shades of Cornflower Blue #799AFE
Tints of Cornflower Blue #799AFE
RGB
CMYK
RGB Variations
Color information
#799AFE (or 0x799AFE) is known color: Cornflower Blue. HEX triplet: 79, 9A and FE. RGB value is (121,154,254). Sum of RGB (Red+Green+Blue) = 121+154+254=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #799AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AFE is #866501. Grayscale: #9B9B9B. Windows color (decimal): -8807682 or 16685689. OLE color: 16685689.
HSL color Cylindrical-coordinate representation of color #799AFE: hue angle of 225.11º 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 #799AFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 154 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 225.11º | 0.99% | 0.74% | - |
| HSV(B) | 225.11º | 0.52% | 1% | - |
| XYZ | 37.33 | 34.33 | 98.43 | - |
| YUV | 155.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 254 | 0.52 | 0.39 | 0 | 0.00 | 225.11 | 0.99 | 0.74 |
| Hex | 79 | 9A | FE | 34 | 27 | 0 | 0 | E1 | 63 | 4A |
| Octal | 171 | 232 | 376 | 64 | 47 | 0 | 0 | 341 | 143 | 112 |
| Binary | 1111001 | 10011010 | 11111110 | 110100 | 100111 | 0 | 0 | 11100001 | 1100011 | 1001010 |
Color Harmonies of #799AFE
Complementary color
Monochromatic Colors of #799AFE
Black with #799AFE
Text Example
Text Example
White with #799AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AFE; }
p { color: rgb(121,154,254); }
H1.HeaderClassName
{
color: #799AFE;
}
.AnyTagClassName
{
color: #799AFE;
}
</style>
background-color css
<style>
a { background-color: #799AFE; }
a { background-color: rgb(121,154,254); }
div.DivClassName
{
background-color: #799AFE;
}
.BgClassName
{
background-color: #799AFE;
}
</style>
border-color css
<style>
span { border-color: #799AFE; }
span { border-color: rgb(121,154,254); }
td.TdClassName
{
border-color: #799AFE;
}
.TagClassName
{
border-color: #799AFE;
}
</style>