Shades of Cornflower Blue #7D9DF6
Tints of Cornflower Blue #7D9DF6
RGB
CMYK
RGB Variations
Color information
#7D9DF6 (or 0x7D9DF6) is known color: Cornflower Blue. HEX triplet: 7D, 9D and F6. RGB value is (125,157,246). Sum of RGB (Red+Green+Blue) = 125+157+246=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #7D9DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DF6 is #826209. Grayscale: #9D9D9D. Windows color (decimal): -8544778 or 16162173. OLE color: 16162173.
HSL color Cylindrical-coordinate representation of color #7D9DF6: hue angle of 224.13º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D9DF6 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 157 | 246 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.04 |
| HSL | 224.13º | 0.87% | 0.73% | - |
| HSV(B) | 224.13º | 0.49% | 0.96% | - |
| XYZ | 37.15 | 35.13 | 92.01 | - |
| YUV | 157.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 246 | 0.49 | 0.36 | 0 | 0.04 | 224.13 | 0.87 | 0.73 |
| Hex | 7D | 9D | F6 | 31 | 24 | 0 | 4 | E0 | 57 | 49 |
| Octal | 175 | 235 | 366 | 61 | 44 | 0 | 4 | 340 | 127 | 111 |
| Binary | 1111101 | 10011101 | 11110110 | 110001 | 100100 | 0 | 100 | 11100000 | 1010111 | 1001001 |
Color Harmonies of #7D9DF6
Complementary color
Monochromatic Colors of #7D9DF6
Black with #7D9DF6
Text Example
Text Example
White with #7D9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DF6; }
p { color: rgb(125,157,246); }
H1.HeaderClassName
{
color: #7D9DF6;
}
.AnyTagClassName
{
color: #7D9DF6;
}
</style>
background-color css
<style>
a { background-color: #7D9DF6; }
a { background-color: rgb(125,157,246); }
div.DivClassName
{
background-color: #7D9DF6;
}
.BgClassName
{
background-color: #7D9DF6;
}
</style>
border-color css
<style>
span { border-color: #7D9DF6; }
span { border-color: rgb(125,157,246); }
td.TdClassName
{
border-color: #7D9DF6;
}
.TagClassName
{
border-color: #7D9DF6;
}
</style>