Shades of Cornflower Blue #7D9EFA
Tints of Cornflower Blue #7D9EFA
RGB
CMYK
RGB Variations
Color information
#7D9EFA (or 0x7D9EFA) is known color: Cornflower Blue. HEX triplet: 7D, 9E and FA. RGB value is (125,158,250). Sum of RGB (Red+Green+Blue) = 125+158+250=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D9EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EFA is #826105. Grayscale: #9E9E9E. Windows color (decimal): -8544518 or 16424573. OLE color: 16424573.
HSL color Cylindrical-coordinate representation of color #7D9EFA: hue angle of 224.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D9EFA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 158 | 250 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.02 |
| HSL | 224.16º | 0.93% | 0.74% | - |
| HSV(B) | 224.16º | 0.5% | 0.98% | - |
| XYZ | 37.94 | 35.72 | 95.34 | - |
| YUV | 158.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 250 | 0.50 | 0.37 | 0 | 0.02 | 224.16 | 0.93 | 0.74 |
| Hex | 7D | 9E | FA | 32 | 25 | 0 | 2 | E0 | 5D | 4A |
| Octal | 175 | 236 | 372 | 62 | 45 | 0 | 2 | 340 | 135 | 112 |
| Binary | 1111101 | 10011110 | 11111010 | 110010 | 100101 | 0 | 10 | 11100000 | 1011101 | 1001010 |
Color Harmonies of #7D9EFA
Complementary color
Monochromatic Colors of #7D9EFA
Black with #7D9EFA
Text Example
Text Example
White with #7D9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9EFA; }
p { color: rgb(125,158,250); }
H1.HeaderClassName
{
color: #7D9EFA;
}
.AnyTagClassName
{
color: #7D9EFA;
}
</style>
background-color css
<style>
a { background-color: #7D9EFA; }
a { background-color: rgb(125,158,250); }
div.DivClassName
{
background-color: #7D9EFA;
}
.BgClassName
{
background-color: #7D9EFA;
}
</style>
border-color css
<style>
span { border-color: #7D9EFA; }
span { border-color: rgb(125,158,250); }
td.TdClassName
{
border-color: #7D9EFA;
}
.TagClassName
{
border-color: #7D9EFA;
}
</style>