Shades of Cornflower Blue #799BF4
Tints of Cornflower Blue #799BF4
RGB
CMYK
RGB Variations
Color information
#799BF4 (or 0x799BF4) is known color: Cornflower Blue. HEX triplet: 79, 9B and F4. RGB value is (121,155,244). Sum of RGB (Red+Green+Blue) = 121+155+244=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #799BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BF4 is #86640B. Grayscale: #9A9A9A. Windows color (decimal): -8807436 or 16030585. OLE color: 16030585.
HSL color Cylindrical-coordinate representation of color #799BF4: hue angle of 223.41º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799BF4 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 155 | 244 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.04 |
| HSL | 223.41º | 0.85% | 0.72% | - |
| HSV(B) | 223.41º | 0.5% | 0.96% | - |
| XYZ | 35.94 | 34.04 | 90.26 | - |
| YUV | 154.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 244 | 0.50 | 0.36 | 0 | 0.04 | 223.41 | 0.85 | 0.72 |
| Hex | 79 | 9B | F4 | 32 | 24 | 0 | 4 | DF | 55 | 48 |
| Octal | 171 | 233 | 364 | 62 | 44 | 0 | 4 | 337 | 125 | 110 |
| Binary | 1111001 | 10011011 | 11110100 | 110010 | 100100 | 0 | 100 | 11011111 | 1010101 | 1001000 |
Color Harmonies of #799BF4
Complementary color
Monochromatic Colors of #799BF4
Black with #799BF4
Text Example
Text Example
White with #799BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BF4; }
p { color: rgb(121,155,244); }
H1.HeaderClassName
{
color: #799BF4;
}
.AnyTagClassName
{
color: #799BF4;
}
</style>
background-color css
<style>
a { background-color: #799BF4; }
a { background-color: rgb(121,155,244); }
div.DivClassName
{
background-color: #799BF4;
}
.BgClassName
{
background-color: #799BF4;
}
</style>
border-color css
<style>
span { border-color: #799BF4; }
span { border-color: rgb(121,155,244); }
td.TdClassName
{
border-color: #799BF4;
}
.TagClassName
{
border-color: #799BF4;
}
</style>