Shades of Cornflower Blue #7890FB
Tints of Cornflower Blue #7890FB
RGB
CMYK
RGB Variations
Color information
#7890FB (or 0x7890FB) is known color: Cornflower Blue. HEX triplet: 78, 90 and FB. RGB value is (120,144,251). Sum of RGB (Red+Green+Blue) = 120+144+251=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #7890FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7890FB is #876F04. Grayscale: #949494. Windows color (decimal): -8875781 or 16486520. OLE color: 16486520.
HSL color Cylindrical-coordinate representation of color #7890FB: hue angle of 229.01º degrees, saturation: 0.94, 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 #7890FB is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 144 | 251 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.01º | 0.94% | 0.73% | - |
| HSV(B) | 229.01º | 0.52% | 0.98% | - |
| XYZ | 35.13 | 30.9 | 95.38 | - |
| YUV | 149.02 | 185.55 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 251 | 0.52 | 0.43 | 0 | 0.02 | 229.01 | 0.94 | 0.73 |
| Hex | 78 | 90 | FB | 34 | 2B | 0 | 2 | E5 | 5E | 49 |
| Octal | 170 | 220 | 373 | 64 | 53 | 0 | 2 | 345 | 136 | 111 |
| Binary | 1111000 | 10010000 | 11111011 | 110100 | 101011 | 0 | 10 | 11100101 | 1011110 | 1001001 |
Color Harmonies of #7890FB
Complementary color
Monochromatic Colors of #7890FB
Black with #7890FB
Text Example
Text Example
White with #7890FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890FB; }
p { color: rgb(120,144,251); }
H1.HeaderClassName
{
color: #7890FB;
}
.AnyTagClassName
{
color: #7890FB;
}
</style>
background-color css
<style>
a { background-color: #7890FB; }
a { background-color: rgb(120,144,251); }
div.DivClassName
{
background-color: #7890FB;
}
.BgClassName
{
background-color: #7890FB;
}
</style>
border-color css
<style>
span { border-color: #7890FB; }
span { border-color: rgb(120,144,251); }
td.TdClassName
{
border-color: #7890FB;
}
.TagClassName
{
border-color: #7890FB;
}
</style>