Shades of Cornflower Blue #7BA2FA
Tints of Cornflower Blue #7BA2FA
RGB
CMYK
RGB Variations
Color information
#7BA2FA (or 0x7BA2FA) is known color: Cornflower Blue. HEX triplet: 7B, A2 and FA. RGB value is (123,162,250). Sum of RGB (Red+Green+Blue) = 123+162+250=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA2FA is #845D05. Grayscale: #9F9F9F. Windows color (decimal): -8674566 or 16425595. OLE color: 16425595.
HSL color Cylindrical-coordinate representation of color #7BA2FA: hue angle of 221.57º degrees, saturation: 0.93, 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 #7BA2FA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 162 | 250 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.02 |
| HSL | 221.57º | 0.93% | 0.73% | - |
| HSV(B) | 221.57º | 0.51% | 0.98% | - |
| XYZ | 38.34 | 36.95 | 95.55 | - |
| YUV | 160.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 250 | 0.51 | 0.35 | 0 | 0.02 | 221.57 | 0.93 | 0.73 |
| Hex | 7B | A2 | FA | 33 | 23 | 0 | 2 | DE | 5D | 49 |
| Octal | 173 | 242 | 372 | 63 | 43 | 0 | 2 | 336 | 135 | 111 |
| Binary | 1111011 | 10100010 | 11111010 | 110011 | 100011 | 0 | 10 | 11011110 | 1011101 | 1001001 |
Color Harmonies of #7BA2FA
Complementary color
Monochromatic Colors of #7BA2FA
Black with #7BA2FA
Text Example
Text Example
White with #7BA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2FA; }
p { color: rgb(123,162,250); }
H1.HeaderClassName
{
color: #7BA2FA;
}
.AnyTagClassName
{
color: #7BA2FA;
}
</style>
background-color css
<style>
a { background-color: #7BA2FA; }
a { background-color: rgb(123,162,250); }
div.DivClassName
{
background-color: #7BA2FA;
}
.BgClassName
{
background-color: #7BA2FA;
}
</style>
border-color css
<style>
span { border-color: #7BA2FA; }
span { border-color: rgb(123,162,250); }
td.TdClassName
{
border-color: #7BA2FA;
}
.TagClassName
{
border-color: #7BA2FA;
}
</style>