Shades of Cornflower Blue #7D8DFC
Tints of Cornflower Blue #7D8DFC
RGB
CMYK
RGB Variations
Color information
#7D8DFC (or 0x7D8DFC) is known color: Cornflower Blue. HEX triplet: 7D, 8D and FC. RGB value is (125,141,252). Sum of RGB (Red+Green+Blue) = 125+141+252=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DFC is #827203. Grayscale: #949494. Windows color (decimal): -8548868 or 16551293. OLE color: 16551293.
HSL color Cylindrical-coordinate representation of color #7D8DFC: hue angle of 232.44º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8DFC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 141 | 252 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.01 |
| HSL | 232.44º | 0.95% | 0.74% | - |
| HSV(B) | 232.44º | 0.5% | 0.99% | - |
| XYZ | 35.55 | 30.44 | 96.1 | - |
| YUV | 148.87 | 186.2 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 252 | 0.50 | 0.44 | 0 | 0.01 | 232.44 | 0.95 | 0.74 |
| Hex | 7D | 8D | FC | 32 | 2C | 0 | 1 | E8 | 5F | 4A |
| Octal | 175 | 215 | 374 | 62 | 54 | 0 | 1 | 350 | 137 | 112 |
| Binary | 1111101 | 10001101 | 11111100 | 110010 | 101100 | 0 | 1 | 11101000 | 1011111 | 1001010 |
Color Harmonies of #7D8DFC
Complementary color
Monochromatic Colors of #7D8DFC
Black with #7D8DFC
Text Example
Text Example
White with #7D8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DFC; }
p { color: rgb(125,141,252); }
H1.HeaderClassName
{
color: #7D8DFC;
}
.AnyTagClassName
{
color: #7D8DFC;
}
</style>
background-color css
<style>
a { background-color: #7D8DFC; }
a { background-color: rgb(125,141,252); }
div.DivClassName
{
background-color: #7D8DFC;
}
.BgClassName
{
background-color: #7D8DFC;
}
</style>
border-color css
<style>
span { border-color: #7D8DFC; }
span { border-color: rgb(125,141,252); }
td.TdClassName
{
border-color: #7D8DFC;
}
.TagClassName
{
border-color: #7D8DFC;
}
</style>