Shades of Cornflower Blue #7B9CFB
Tints of Cornflower Blue #7B9CFB
RGB
CMYK
RGB Variations
Color information
#7B9CFB (or 0x7B9CFB) is known color: Cornflower Blue. HEX triplet: 7B, 9C and FB. RGB value is (123,156,251). Sum of RGB (Red+Green+Blue) = 123+156+251=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CFB is #846304. Grayscale: #9C9C9C. Windows color (decimal): -8676101 or 16489595. OLE color: 16489595.
HSL color Cylindrical-coordinate representation of color #7B9CFB: hue angle of 224.53º 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 #7B9CFB is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 156 | 251 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.02 |
| HSL | 224.53º | 0.94% | 0.73% | - |
| HSV(B) | 224.53º | 0.51% | 0.98% | - |
| XYZ | 37.47 | 34.95 | 96.04 | - |
| YUV | 156.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 251 | 0.51 | 0.38 | 0 | 0.02 | 224.53 | 0.94 | 0.73 |
| Hex | 7B | 9C | FB | 33 | 26 | 0 | 2 | E1 | 5E | 49 |
| Octal | 173 | 234 | 373 | 63 | 46 | 0 | 2 | 341 | 136 | 111 |
| Binary | 1111011 | 10011100 | 11111011 | 110011 | 100110 | 0 | 10 | 11100001 | 1011110 | 1001001 |
Color Harmonies of #7B9CFB
Complementary color
Monochromatic Colors of #7B9CFB
Black with #7B9CFB
Text Example
Text Example
White with #7B9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CFB; }
p { color: rgb(123,156,251); }
H1.HeaderClassName
{
color: #7B9CFB;
}
.AnyTagClassName
{
color: #7B9CFB;
}
</style>
background-color css
<style>
a { background-color: #7B9CFB; }
a { background-color: rgb(123,156,251); }
div.DivClassName
{
background-color: #7B9CFB;
}
.BgClassName
{
background-color: #7B9CFB;
}
</style>
border-color css
<style>
span { border-color: #7B9CFB; }
span { border-color: rgb(123,156,251); }
td.TdClassName
{
border-color: #7B9CFB;
}
.TagClassName
{
border-color: #7B9CFB;
}
</style>