Shades of Cornflower Blue #799BFA
Tints of Cornflower Blue #799BFA
RGB
CMYK
RGB Variations
Color information
#799BFA (or 0x799BFA) is known color: Cornflower Blue. HEX triplet: 79, 9B and FA. RGB value is (121,155,250). Sum of RGB (Red+Green+Blue) = 121+155+250=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #799BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BFA is #866405. Grayscale: #9B9B9B. Windows color (decimal): -8807430 or 16423801. OLE color: 16423801.
HSL color Cylindrical-coordinate representation of color #799BFA: hue angle of 224.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799BFA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 155 | 250 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.02 |
| HSL | 224.19º | 0.93% | 0.73% | - |
| HSV(B) | 224.19º | 0.52% | 0.98% | - |
| XYZ | 36.86 | 34.41 | 95.14 | - |
| YUV | 155.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 250 | 0.52 | 0.38 | 0 | 0.02 | 224.19 | 0.93 | 0.73 |
| Hex | 79 | 9B | FA | 34 | 26 | 0 | 2 | E0 | 5D | 49 |
| Octal | 171 | 233 | 372 | 64 | 46 | 0 | 2 | 340 | 135 | 111 |
| Binary | 1111001 | 10011011 | 11111010 | 110100 | 100110 | 0 | 10 | 11100000 | 1011101 | 1001001 |
Color Harmonies of #799BFA
Complementary color
Monochromatic Colors of #799BFA
Black with #799BFA
Text Example
Text Example
White with #799BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BFA; }
p { color: rgb(121,155,250); }
H1.HeaderClassName
{
color: #799BFA;
}
.AnyTagClassName
{
color: #799BFA;
}
</style>
background-color css
<style>
a { background-color: #799BFA; }
a { background-color: rgb(121,155,250); }
div.DivClassName
{
background-color: #799BFA;
}
.BgClassName
{
background-color: #799BFA;
}
</style>
border-color css
<style>
span { border-color: #799BFA; }
span { border-color: rgb(121,155,250); }
td.TdClassName
{
border-color: #799BFA;
}
.TagClassName
{
border-color: #799BFA;
}
</style>