Shades of Cornflower Blue #7BA0FB
Tints of Cornflower Blue #7BA0FB
RGB
CMYK
RGB Variations
Color information
#7BA0FB (or 0x7BA0FB) is known color: Cornflower Blue. HEX triplet: 7B, A0 and FB. RGB value is (123,160,251). Sum of RGB (Red+Green+Blue) = 123+160+251=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BA0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0FB is #845F04. Grayscale: #9E9E9E. Windows color (decimal): -8675077 or 16490619. OLE color: 16490619.
HSL color Cylindrical-coordinate representation of color #7BA0FB: hue angle of 222.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA0FB is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 160 | 251 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.02 |
| HSL | 222.66º | 0.94% | 0.73% | - |
| HSV(B) | 222.66º | 0.51% | 0.98% | - |
| XYZ | 38.15 | 36.32 | 96.27 | - |
| YUV | 159.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 251 | 0.51 | 0.36 | 0 | 0.02 | 222.66 | 0.94 | 0.73 |
| Hex | 7B | A0 | FB | 33 | 24 | 0 | 2 | DF | 5E | 49 |
| Octal | 173 | 240 | 373 | 63 | 44 | 0 | 2 | 337 | 136 | 111 |
| Binary | 1111011 | 10100000 | 11111011 | 110011 | 100100 | 0 | 10 | 11011111 | 1011110 | 1001001 |
Color Harmonies of #7BA0FB
Complementary color
Monochromatic Colors of #7BA0FB
Black with #7BA0FB
Text Example
Text Example
White with #7BA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA0FB; }
p { color: rgb(123,160,251); }
H1.HeaderClassName
{
color: #7BA0FB;
}
.AnyTagClassName
{
color: #7BA0FB;
}
</style>
background-color css
<style>
a { background-color: #7BA0FB; }
a { background-color: rgb(123,160,251); }
div.DivClassName
{
background-color: #7BA0FB;
}
.BgClassName
{
background-color: #7BA0FB;
}
</style>
border-color css
<style>
span { border-color: #7BA0FB; }
span { border-color: rgb(123,160,251); }
td.TdClassName
{
border-color: #7BA0FB;
}
.TagClassName
{
border-color: #7BA0FB;
}
</style>