Shades of Cornflower Blue #7890FF
Tints of Cornflower Blue #7890FF
RGB
CMYK
RGB Variations
Color information
#7890FF (or 0x7890FF) is known color: Cornflower Blue. HEX triplet: 78, 90 and FF. RGB value is (120,144,255). Sum of RGB (Red+Green+Blue) = 120+144+255=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7890FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7890FF is #876F00. Grayscale: #959595. Windows color (decimal): -8875777 or 16748664. OLE color: 16748664.
HSL color Cylindrical-coordinate representation of color #7890FF: hue angle of 229.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7890FF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 144 | 255 | - |
| CMYK | 0.53 | 0.44 | 0 | 0 |
| HSL | 229.33º | 1% | 0.74% | - |
| HSV(B) | 229.33º | 0.53% | 1% | - |
| XYZ | 35.77 | 31.16 | 98.74 | - |
| YUV | 149.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 255 | 0.53 | 0.44 | 0 | 0 | 229.33 | 1 | 0.74 |
| Hex | 78 | 90 | FF | 35 | 2C | 0 | 0 | E5 | 64 | 4A |
| Octal | 170 | 220 | 377 | 65 | 54 | 0 | 0 | 345 | 144 | 112 |
| Binary | 1111000 | 10010000 | 11111111 | 110101 | 101100 | 0 | 0 | 11100101 | 1100100 | 1001010 |
Color Harmonies of #7890FF
Complementary color
Monochromatic Colors of #7890FF
Black with #7890FF
Text Example
Text Example
White with #7890FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890FF; }
p { color: rgb(120,144,255); }
H1.HeaderClassName
{
color: #7890FF;
}
.AnyTagClassName
{
color: #7890FF;
}
</style>
background-color css
<style>
a { background-color: #7890FF; }
a { background-color: rgb(120,144,255); }
div.DivClassName
{
background-color: #7890FF;
}
.BgClassName
{
background-color: #7890FF;
}
</style>
border-color css
<style>
span { border-color: #7890FF; }
span { border-color: rgb(120,144,255); }
td.TdClassName
{
border-color: #7890FF;
}
.TagClassName
{
border-color: #7890FF;
}
</style>