Shades of Cornflower Blue #7C8DFB
Tints of Cornflower Blue #7C8DFB
RGB
CMYK
RGB Variations
Color information
#7C8DFB (or 0x7C8DFB) is known color: Cornflower Blue. HEX triplet: 7C, 8D and FB. RGB value is (124,141,251). Sum of RGB (Red+Green+Blue) = 124+141+251=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8DFB is #837204. Grayscale: #949494. Windows color (decimal): -8614405 or 16485756. OLE color: 16485756.
HSL color Cylindrical-coordinate representation of color #7C8DFB: hue angle of 231.97º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C8DFB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 141 | 251 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 231.97º | 0.94% | 0.74% | - |
| HSV(B) | 231.97º | 0.51% | 0.98% | - |
| XYZ | 35.25 | 30.3 | 95.26 | - |
| YUV | 148.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 251 | 0.51 | 0.44 | 0 | 0.02 | 231.97 | 0.94 | 0.74 |
| Hex | 7C | 8D | FB | 33 | 2C | 0 | 2 | E8 | 5E | 4A |
| Octal | 174 | 215 | 373 | 63 | 54 | 0 | 2 | 350 | 136 | 112 |
| Binary | 1111100 | 10001101 | 11111011 | 110011 | 101100 | 0 | 10 | 11101000 | 1011110 | 1001010 |
Color Harmonies of #7C8DFB
Complementary color
Monochromatic Colors of #7C8DFB
Black with #7C8DFB
Text Example
Text Example
White with #7C8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DFB; }
p { color: rgb(124,141,251); }
H1.HeaderClassName
{
color: #7C8DFB;
}
.AnyTagClassName
{
color: #7C8DFB;
}
</style>
background-color css
<style>
a { background-color: #7C8DFB; }
a { background-color: rgb(124,141,251); }
div.DivClassName
{
background-color: #7C8DFB;
}
.BgClassName
{
background-color: #7C8DFB;
}
</style>
border-color css
<style>
span { border-color: #7C8DFB; }
span { border-color: rgb(124,141,251); }
td.TdClassName
{
border-color: #7C8DFB;
}
.TagClassName
{
border-color: #7C8DFB;
}
</style>