Shades of Cornflower Blue #7D94F4
Tints of Cornflower Blue #7D94F4
RGB
CMYK
RGB Variations
Color information
#7D94F4 (or 0x7D94F4) is known color: Cornflower Blue. HEX triplet: 7D, 94 and F4. RGB value is (125,148,244). Sum of RGB (Red+Green+Blue) = 125+148+244=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #7D94F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94F4 is #826B0B. Grayscale: #979797. Windows color (decimal): -8547084 or 16028797. OLE color: 16028797.
HSL color Cylindrical-coordinate representation of color #7D94F4: hue angle of 228.4º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D94F4 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 148 | 244 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.04 |
| HSL | 228.4º | 0.84% | 0.72% | - |
| HSV(B) | 228.4º | 0.49% | 0.96% | - |
| XYZ | 35.38 | 32.07 | 89.91 | - |
| YUV | 152.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 244 | 0.49 | 0.39 | 0 | 0.04 | 228.4 | 0.84 | 0.72 |
| Hex | 7D | 94 | F4 | 31 | 27 | 0 | 4 | E4 | 54 | 48 |
| Octal | 175 | 224 | 364 | 61 | 47 | 0 | 4 | 344 | 124 | 110 |
| Binary | 1111101 | 10010100 | 11110100 | 110001 | 100111 | 0 | 100 | 11100100 | 1010100 | 1001000 |
Color Harmonies of #7D94F4
Complementary color
Monochromatic Colors of #7D94F4
Black with #7D94F4
Text Example
Text Example
White with #7D94F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D94F4; }
p { color: rgb(125,148,244); }
H1.HeaderClassName
{
color: #7D94F4;
}
.AnyTagClassName
{
color: #7D94F4;
}
</style>
background-color css
<style>
a { background-color: #7D94F4; }
a { background-color: rgb(125,148,244); }
div.DivClassName
{
background-color: #7D94F4;
}
.BgClassName
{
background-color: #7D94F4;
}
</style>
border-color css
<style>
span { border-color: #7D94F4; }
span { border-color: rgb(125,148,244); }
td.TdClassName
{
border-color: #7D94F4;
}
.TagClassName
{
border-color: #7D94F4;
}
</style>