Shades of Cornflower Blue #7890FE
Tints of Cornflower Blue #7890FE
RGB
CMYK
RGB Variations
Color information
#7890FE (or 0x7890FE) is known color: Cornflower Blue. HEX triplet: 78, 90 and FE. RGB value is (120,144,254). Sum of RGB (Red+Green+Blue) = 120+144+254=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7890FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7890FE is #876F01. Grayscale: #949494. Windows color (decimal): -8875778 or 16683128. OLE color: 16683128.
HSL color Cylindrical-coordinate representation of color #7890FE: hue angle of 229.25º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7890FE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 144 | 254 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.00 |
| HSL | 229.25º | 0.99% | 0.73% | - |
| HSV(B) | 229.25º | 0.53% | 1% | - |
| XYZ | 35.61 | 31.1 | 97.89 | - |
| YUV | 149.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 254 | 0.53 | 0.43 | 0 | 0.00 | 229.25 | 0.99 | 0.73 |
| Hex | 78 | 90 | FE | 35 | 2B | 0 | 0 | E5 | 63 | 49 |
| Octal | 170 | 220 | 376 | 65 | 53 | 0 | 0 | 345 | 143 | 111 |
| Binary | 1111000 | 10010000 | 11111110 | 110101 | 101011 | 0 | 0 | 11100101 | 1100011 | 1001001 |
Color Harmonies of #7890FE
Complementary color
Monochromatic Colors of #7890FE
Black with #7890FE
Text Example
Text Example
White with #7890FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890FE; }
p { color: rgb(120,144,254); }
H1.HeaderClassName
{
color: #7890FE;
}
.AnyTagClassName
{
color: #7890FE;
}
</style>
background-color css
<style>
a { background-color: #7890FE; }
a { background-color: rgb(120,144,254); }
div.DivClassName
{
background-color: #7890FE;
}
.BgClassName
{
background-color: #7890FE;
}
</style>
border-color css
<style>
span { border-color: #7890FE; }
span { border-color: rgb(120,144,254); }
td.TdClassName
{
border-color: #7890FE;
}
.TagClassName
{
border-color: #7890FE;
}
</style>