Shades of Cornflower Blue #7B9FFB
Tints of Cornflower Blue #7B9FFB
RGB
CMYK
RGB Variations
Color information
#7B9FFB (or 0x7B9FFB) is known color: Cornflower Blue. HEX triplet: 7B, 9F and FB. RGB value is (123,159,251). Sum of RGB (Red+Green+Blue) = 123+159+251=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B9FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9FFB is #846004. Grayscale: #9E9E9E. Windows color (decimal): -8675333 or 16490363. OLE color: 16490363.
HSL color Cylindrical-coordinate representation of color #7B9FFB: hue angle of 223.12º 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 #7B9FFB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 159 | 251 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.02 |
| HSL | 223.13º | 0.94% | 0.73% | - |
| HSV(B) | 223.13º | 0.51% | 0.98% | - |
| XYZ | 37.98 | 35.97 | 96.21 | - |
| YUV | 158.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 251 | 0.51 | 0.37 | 0 | 0.02 | 223.13 | 0.94 | 0.73 |
| Hex | 7B | 9F | FB | 33 | 25 | 0 | 2 | DF | 5E | 49 |
| Octal | 173 | 237 | 373 | 63 | 45 | 0 | 2 | 337 | 136 | 111 |
| Binary | 1111011 | 10011111 | 11111011 | 110011 | 100101 | 0 | 10 | 11011111 | 1011110 | 1001001 |
Color Harmonies of #7B9FFB
Complementary color
Monochromatic Colors of #7B9FFB
Black with #7B9FFB
Text Example
Text Example
White with #7B9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FFB; }
p { color: rgb(123,159,251); }
H1.HeaderClassName
{
color: #7B9FFB;
}
.AnyTagClassName
{
color: #7B9FFB;
}
</style>
background-color css
<style>
a { background-color: #7B9FFB; }
a { background-color: rgb(123,159,251); }
div.DivClassName
{
background-color: #7B9FFB;
}
.BgClassName
{
background-color: #7B9FFB;
}
</style>
border-color css
<style>
span { border-color: #7B9FFB; }
span { border-color: rgb(123,159,251); }
td.TdClassName
{
border-color: #7B9FFB;
}
.TagClassName
{
border-color: #7B9FFB;
}
</style>