Shades of Cornflower Blue #798BFA
Tints of Cornflower Blue #798BFA
RGB
CMYK
RGB Variations
Color information
#798BFA (or 0x798BFA) is known color: Cornflower Blue. HEX triplet: 79, 8B and FA. RGB value is (121,139,250). Sum of RGB (Red+Green+Blue) = 121+139+250=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #798BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798BFA is #867405. Grayscale: #919191. Windows color (decimal): -8811526 or 16419705. OLE color: 16419705.
HSL color Cylindrical-coordinate representation of color #798BFA: hue angle of 231.63º 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 #798BFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 139 | 250 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.02 |
| HSL | 231.63º | 0.93% | 0.73% | - |
| HSV(B) | 231.63º | 0.52% | 0.98% | - |
| XYZ | 34.37 | 29.43 | 94.31 | - |
| YUV | 146.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 250 | 0.52 | 0.44 | 0 | 0.02 | 231.63 | 0.93 | 0.73 |
| Hex | 79 | 8B | FA | 34 | 2C | 0 | 2 | E8 | 5D | 49 |
| Octal | 171 | 213 | 372 | 64 | 54 | 0 | 2 | 350 | 135 | 111 |
| Binary | 1111001 | 10001011 | 11111010 | 110100 | 101100 | 0 | 10 | 11101000 | 1011101 | 1001001 |
Color Harmonies of #798BFA
Complementary color
Monochromatic Colors of #798BFA
Black with #798BFA
Text Example
Text Example
White with #798BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BFA; }
p { color: rgb(121,139,250); }
H1.HeaderClassName
{
color: #798BFA;
}
.AnyTagClassName
{
color: #798BFA;
}
</style>
background-color css
<style>
a { background-color: #798BFA; }
a { background-color: rgb(121,139,250); }
div.DivClassName
{
background-color: #798BFA;
}
.BgClassName
{
background-color: #798BFA;
}
</style>
border-color css
<style>
span { border-color: #798BFA; }
span { border-color: rgb(121,139,250); }
td.TdClassName
{
border-color: #798BFA;
}
.TagClassName
{
border-color: #798BFA;
}
</style>