Shades of Cornflower Blue #7891FB
Tints of Cornflower Blue #7891FB
RGB
CMYK
RGB Variations
Color information
#7891FB (or 0x7891FB) is known color: Cornflower Blue. HEX triplet: 78, 91 and FB. RGB value is (120,145,251). Sum of RGB (Red+Green+Blue) = 120+145+251=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #7891FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7891FB is #876E04. Grayscale: #959595. Windows color (decimal): -8875525 or 16486776. OLE color: 16486776.
HSL color Cylindrical-coordinate representation of color #7891FB: hue angle of 228.55º 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 #7891FB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 145 | 251 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.02 |
| HSL | 228.55º | 0.94% | 0.73% | - |
| HSV(B) | 228.55º | 0.52% | 0.98% | - |
| XYZ | 35.28 | 31.21 | 95.43 | - |
| YUV | 149.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 251 | 0.52 | 0.42 | 0 | 0.02 | 228.55 | 0.94 | 0.73 |
| Hex | 78 | 91 | FB | 34 | 2A | 0 | 2 | E5 | 5E | 49 |
| Octal | 170 | 221 | 373 | 64 | 52 | 0 | 2 | 345 | 136 | 111 |
| Binary | 1111000 | 10010001 | 11111011 | 110100 | 101010 | 0 | 10 | 11100101 | 1011110 | 1001001 |
Color Harmonies of #7891FB
Complementary color
Monochromatic Colors of #7891FB
Black with #7891FB
Text Example
Text Example
White with #7891FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891FB; }
p { color: rgb(120,145,251); }
H1.HeaderClassName
{
color: #7891FB;
}
.AnyTagClassName
{
color: #7891FB;
}
</style>
background-color css
<style>
a { background-color: #7891FB; }
a { background-color: rgb(120,145,251); }
div.DivClassName
{
background-color: #7891FB;
}
.BgClassName
{
background-color: #7891FB;
}
</style>
border-color css
<style>
span { border-color: #7891FB; }
span { border-color: rgb(120,145,251); }
td.TdClassName
{
border-color: #7891FB;
}
.TagClassName
{
border-color: #7891FB;
}
</style>