Shades of Cornflower Blue #7B9CFC
Tints of Cornflower Blue #7B9CFC
RGB
CMYK
RGB Variations
Color information
#7B9CFC (or 0x7B9CFC) is known color: Cornflower Blue. HEX triplet: 7B, 9C and FC. RGB value is (123,156,252). Sum of RGB (Red+Green+Blue) = 123+156+252=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CFC is #846303. Grayscale: #9C9C9C. Windows color (decimal): -8676100 or 16555131. OLE color: 16555131.
HSL color Cylindrical-coordinate representation of color #7B9CFC: hue angle of 224.65º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B9CFC is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 156 | 252 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.01 |
| HSL | 224.65º | 0.96% | 0.74% | - |
| HSV(B) | 224.65º | 0.51% | 0.99% | - |
| XYZ | 37.63 | 35.02 | 96.87 | - |
| YUV | 157.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 252 | 0.51 | 0.38 | 0 | 0.01 | 224.65 | 0.96 | 0.74 |
| Hex | 7B | 9C | FC | 33 | 26 | 0 | 1 | E1 | 60 | 4A |
| Octal | 173 | 234 | 374 | 63 | 46 | 0 | 1 | 341 | 140 | 112 |
| Binary | 1111011 | 10011100 | 11111100 | 110011 | 100110 | 0 | 1 | 11100001 | 1100000 | 1001010 |
Color Harmonies of #7B9CFC
Complementary color
Monochromatic Colors of #7B9CFC
Black with #7B9CFC
Text Example
Text Example
White with #7B9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CFC; }
p { color: rgb(123,156,252); }
H1.HeaderClassName
{
color: #7B9CFC;
}
.AnyTagClassName
{
color: #7B9CFC;
}
</style>
background-color css
<style>
a { background-color: #7B9CFC; }
a { background-color: rgb(123,156,252); }
div.DivClassName
{
background-color: #7B9CFC;
}
.BgClassName
{
background-color: #7B9CFC;
}
</style>
border-color css
<style>
span { border-color: #7B9CFC; }
span { border-color: rgb(123,156,252); }
td.TdClassName
{
border-color: #7B9CFC;
}
.TagClassName
{
border-color: #7B9CFC;
}
</style>