Shades of Cornflower Blue #79A4FB
Tints of Cornflower Blue #79A4FB
RGB
CMYK
RGB Variations
Color information
#79A4FB (or 0x79A4FB) is known color: Cornflower Blue. HEX triplet: 79, A4 and FB. RGB value is (121,164,251). Sum of RGB (Red+Green+Blue) = 121+164+251=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #79A4FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A4FB is #865B04. Grayscale: #A0A0A0. Windows color (decimal): -8805125 or 16491641. OLE color: 16491641.
HSL color Cylindrical-coordinate representation of color #79A4FB: hue angle of 220.15º degrees, saturation: 0.94, 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 #79A4FB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 164 | 251 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.02 |
| HSL | 220.15º | 0.94% | 0.73% | - |
| HSV(B) | 220.15º | 0.52% | 0.98% | - |
| XYZ | 38.57 | 37.58 | 96.49 | - |
| YUV | 161.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 251 | 0.52 | 0.35 | 0 | 0.02 | 220.15 | 0.94 | 0.73 |
| Hex | 79 | A4 | FB | 34 | 23 | 0 | 2 | DC | 5E | 49 |
| Octal | 171 | 244 | 373 | 64 | 43 | 0 | 2 | 334 | 136 | 111 |
| Binary | 1111001 | 10100100 | 11111011 | 110100 | 100011 | 0 | 10 | 11011100 | 1011110 | 1001001 |
Color Harmonies of #79A4FB
Complementary color
Monochromatic Colors of #79A4FB
Black with #79A4FB
Text Example
Text Example
White with #79A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A4FB; }
p { color: rgb(121,164,251); }
H1.HeaderClassName
{
color: #79A4FB;
}
.AnyTagClassName
{
color: #79A4FB;
}
</style>
background-color css
<style>
a { background-color: #79A4FB; }
a { background-color: rgb(121,164,251); }
div.DivClassName
{
background-color: #79A4FB;
}
.BgClassName
{
background-color: #79A4FB;
}
</style>
border-color css
<style>
span { border-color: #79A4FB; }
span { border-color: rgb(121,164,251); }
td.TdClassName
{
border-color: #79A4FB;
}
.TagClassName
{
border-color: #79A4FB;
}
</style>