Shades of Cornflower Blue #7890F0
Tints of Cornflower Blue #7890F0
RGB
CMYK
RGB Variations
Color information
#7890F0 (or 0x7890F0) is known color: Cornflower Blue. HEX triplet: 78, 90 and F0. RGB value is (120,144,240). Sum of RGB (Red+Green+Blue) = 120+144+240=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #7890F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7890F0 is #876F0F. Grayscale: #939393. Windows color (decimal): -8875792 or 15765624. OLE color: 15765624.
HSL color Cylindrical-coordinate representation of color #7890F0: hue angle of 228º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7890F0 is Cyan = 0.5, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 144 | 240 | - |
| CMYK | 0.5 | 0.4 | 0 | 0.06 |
| HSL | 228º | 0.8% | 0.71% | - |
| HSV(B) | 228º | 0.5% | 0.94% | - |
| XYZ | 33.45 | 30.23 | 86.51 | - |
| YUV | 147.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 240 | 0.5 | 0.4 | 0 | 0.06 | 228 | 0.8 | 0.71 |
| Hex | 78 | 90 | F0 | 32 | 28 | 0 | 6 | E4 | 50 | 47 |
| Octal | 170 | 220 | 360 | 62 | 50 | 0 | 6 | 344 | 120 | 107 |
| Binary | 1111000 | 10010000 | 11110000 | 110010 | 101000 | 0 | 110 | 11100100 | 1010000 | 1000111 |
Color Harmonies of #7890F0
Complementary color
Monochromatic Colors of #7890F0
Black with #7890F0
Text Example
Text Example
White with #7890F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890F0; }
p { color: rgb(120,144,240); }
H1.HeaderClassName
{
color: #7890F0;
}
.AnyTagClassName
{
color: #7890F0;
}
</style>
background-color css
<style>
a { background-color: #7890F0; }
a { background-color: rgb(120,144,240); }
div.DivClassName
{
background-color: #7890F0;
}
.BgClassName
{
background-color: #7890F0;
}
</style>
border-color css
<style>
span { border-color: #7890F0; }
span { border-color: rgb(120,144,240); }
td.TdClassName
{
border-color: #7890F0;
}
.TagClassName
{
border-color: #7890F0;
}
</style>