Shades of Cornflower Blue #7D8CF8
Tints of Cornflower Blue #7D8CF8
RGB
CMYK
RGB Variations
Color information
#7D8CF8 (or 0x7D8CF8) is known color: Cornflower Blue. HEX triplet: 7D, 8C and F8. RGB value is (125,140,248). Sum of RGB (Red+Green+Blue) = 125+140+248=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D8CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CF8 is #827307. Grayscale: #939393. Windows color (decimal): -8549128 or 16288893. OLE color: 16288893.
HSL color Cylindrical-coordinate representation of color #7D8CF8: hue angle of 232.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8CF8 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 140 | 248 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.03 |
| HSL | 232.68º | 0.9% | 0.73% | - |
| HSV(B) | 232.68º | 0.5% | 0.97% | - |
| XYZ | 34.78 | 29.89 | 92.74 | - |
| YUV | 147.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 248 | 0.50 | 0.44 | 0 | 0.03 | 232.68 | 0.9 | 0.73 |
| Hex | 7D | 8C | F8 | 32 | 2C | 0 | 3 | E9 | 5A | 49 |
| Octal | 175 | 214 | 370 | 62 | 54 | 0 | 3 | 351 | 132 | 111 |
| Binary | 1111101 | 10001100 | 11111000 | 110010 | 101100 | 0 | 11 | 11101001 | 1011010 | 1001001 |
Color Harmonies of #7D8CF8
Complementary color
Monochromatic Colors of #7D8CF8
Black with #7D8CF8
Text Example
Text Example
White with #7D8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CF8; }
p { color: rgb(125,140,248); }
H1.HeaderClassName
{
color: #7D8CF8;
}
.AnyTagClassName
{
color: #7D8CF8;
}
</style>
background-color css
<style>
a { background-color: #7D8CF8; }
a { background-color: rgb(125,140,248); }
div.DivClassName
{
background-color: #7D8CF8;
}
.BgClassName
{
background-color: #7D8CF8;
}
</style>
border-color css
<style>
span { border-color: #7D8CF8; }
span { border-color: rgb(125,140,248); }
td.TdClassName
{
border-color: #7D8CF8;
}
.TagClassName
{
border-color: #7D8CF8;
}
</style>