Shades of Cornflower Blue #7BA3FB
Tints of Cornflower Blue #7BA3FB
RGB
CMYK
RGB Variations
Color information
#7BA3FB (or 0x7BA3FB) is known color: Cornflower Blue. HEX triplet: 7B, A3 and FB. RGB value is (123,163,251). Sum of RGB (Red+Green+Blue) = 123+163+251=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BA3FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3FB is #845C04. Grayscale: #A0A0A0. Windows color (decimal): -8674309 or 16491387. OLE color: 16491387.
HSL color Cylindrical-coordinate representation of color #7BA3FB: hue angle of 221.25º 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 #7BA3FB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 163 | 251 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.02 |
| HSL | 221.25º | 0.94% | 0.73% | - |
| HSV(B) | 221.25º | 0.51% | 0.98% | - |
| XYZ | 38.68 | 37.37 | 96.44 | - |
| YUV | 161.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 251 | 0.51 | 0.35 | 0 | 0.02 | 221.25 | 0.94 | 0.73 |
| Hex | 7B | A3 | FB | 33 | 23 | 0 | 2 | DD | 5E | 49 |
| Octal | 173 | 243 | 373 | 63 | 43 | 0 | 2 | 335 | 136 | 111 |
| Binary | 1111011 | 10100011 | 11111011 | 110011 | 100011 | 0 | 10 | 11011101 | 1011110 | 1001001 |
Color Harmonies of #7BA3FB
Complementary color
Monochromatic Colors of #7BA3FB
Black with #7BA3FB
Text Example
Text Example
White with #7BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3FB; }
p { color: rgb(123,163,251); }
H1.HeaderClassName
{
color: #7BA3FB;
}
.AnyTagClassName
{
color: #7BA3FB;
}
</style>
background-color css
<style>
a { background-color: #7BA3FB; }
a { background-color: rgb(123,163,251); }
div.DivClassName
{
background-color: #7BA3FB;
}
.BgClassName
{
background-color: #7BA3FB;
}
</style>
border-color css
<style>
span { border-color: #7BA3FB; }
span { border-color: rgb(123,163,251); }
td.TdClassName
{
border-color: #7BA3FB;
}
.TagClassName
{
border-color: #7BA3FB;
}
</style>