Shades of Cornflower Blue #789FFA
Tints of Cornflower Blue #789FFA
RGB
CMYK
RGB Variations
Color information
#789FFA (or 0x789FFA) is known color: Cornflower Blue. HEX triplet: 78, 9F and FA. RGB value is (120,159,250). Sum of RGB (Red+Green+Blue) = 120+159+250=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #789FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FFA is #876005. Grayscale: #9D9D9D. Windows color (decimal): -8871942 or 16424824. OLE color: 16424824.
HSL color Cylindrical-coordinate representation of color #789FFA: hue angle of 222º 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 #789FFA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 159 | 250 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.02 |
| HSL | 222º | 0.93% | 0.73% | - |
| HSV(B) | 222º | 0.52% | 0.98% | - |
| XYZ | 37.4 | 35.69 | 95.36 | - |
| YUV | 157.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 250 | 0.52 | 0.36 | 0 | 0.02 | 222 | 0.93 | 0.73 |
| Hex | 78 | 9F | FA | 34 | 24 | 0 | 2 | DE | 5D | 49 |
| Octal | 170 | 237 | 372 | 64 | 44 | 0 | 2 | 336 | 135 | 111 |
| Binary | 1111000 | 10011111 | 11111010 | 110100 | 100100 | 0 | 10 | 11011110 | 1011101 | 1001001 |
Color Harmonies of #789FFA
Complementary color
Monochromatic Colors of #789FFA
Black with #789FFA
Text Example
Text Example
White with #789FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FFA; }
p { color: rgb(120,159,250); }
H1.HeaderClassName
{
color: #789FFA;
}
.AnyTagClassName
{
color: #789FFA;
}
</style>
background-color css
<style>
a { background-color: #789FFA; }
a { background-color: rgb(120,159,250); }
div.DivClassName
{
background-color: #789FFA;
}
.BgClassName
{
background-color: #789FFA;
}
</style>
border-color css
<style>
span { border-color: #789FFA; }
span { border-color: rgb(120,159,250); }
td.TdClassName
{
border-color: #789FFA;
}
.TagClassName
{
border-color: #789FFA;
}
</style>