Shades of Cornflower Blue #7B9EFB
Tints of Cornflower Blue #7B9EFB
RGB
CMYK
RGB Variations
Color information
#7B9EFB (or 0x7B9EFB) is known color: Cornflower Blue. HEX triplet: 7B, 9E and FB. RGB value is (123,158,251). Sum of RGB (Red+Green+Blue) = 123+158+251=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EFB is #846104. Grayscale: #9D9D9D. Windows color (decimal): -8675589 or 16490107. OLE color: 16490107.
HSL color Cylindrical-coordinate representation of color #7B9EFB: hue angle of 223.59º 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 #7B9EFB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 158 | 251 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.02 |
| HSL | 223.59º | 0.94% | 0.73% | - |
| HSV(B) | 223.59º | 0.51% | 0.98% | - |
| XYZ | 37.81 | 35.63 | 96.15 | - |
| YUV | 158.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 251 | 0.51 | 0.37 | 0 | 0.02 | 223.59 | 0.94 | 0.73 |
| Hex | 7B | 9E | FB | 33 | 25 | 0 | 2 | E0 | 5E | 49 |
| Octal | 173 | 236 | 373 | 63 | 45 | 0 | 2 | 340 | 136 | 111 |
| Binary | 1111011 | 10011110 | 11111011 | 110011 | 100101 | 0 | 10 | 11100000 | 1011110 | 1001001 |
Color Harmonies of #7B9EFB
Complementary color
Monochromatic Colors of #7B9EFB
Black with #7B9EFB
Text Example
Text Example
White with #7B9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EFB; }
p { color: rgb(123,158,251); }
H1.HeaderClassName
{
color: #7B9EFB;
}
.AnyTagClassName
{
color: #7B9EFB;
}
</style>
background-color css
<style>
a { background-color: #7B9EFB; }
a { background-color: rgb(123,158,251); }
div.DivClassName
{
background-color: #7B9EFB;
}
.BgClassName
{
background-color: #7B9EFB;
}
</style>
border-color css
<style>
span { border-color: #7B9EFB; }
span { border-color: rgb(123,158,251); }
td.TdClassName
{
border-color: #7B9EFB;
}
.TagClassName
{
border-color: #7B9EFB;
}
</style>