Shades of Cornflower Blue #7D95F4
Tints of Cornflower Blue #7D95F4
RGB
CMYK
RGB Variations
Color information
#7D95F4 (or 0x7D95F4) is known color: Cornflower Blue. HEX triplet: 7D, 95 and F4. RGB value is (125,149,244). Sum of RGB (Red+Green+Blue) = 125+149+244=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #7D95F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D95F4 is #826A0B. Grayscale: #989898. Windows color (decimal): -8546828 or 16029053. OLE color: 16029053.
HSL color Cylindrical-coordinate representation of color #7D95F4: hue angle of 227.9º 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 #7D95F4 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 149 | 244 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.04 |
| HSL | 227.9º | 0.84% | 0.72% | - |
| HSV(B) | 227.9º | 0.49% | 0.96% | - |
| XYZ | 35.53 | 32.39 | 89.97 | - |
| YUV | 152.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 244 | 0.49 | 0.39 | 0 | 0.04 | 227.9 | 0.84 | 0.72 |
| Hex | 7D | 95 | F4 | 31 | 27 | 0 | 4 | E4 | 54 | 48 |
| Octal | 175 | 225 | 364 | 61 | 47 | 0 | 4 | 344 | 124 | 110 |
| Binary | 1111101 | 10010101 | 11110100 | 110001 | 100111 | 0 | 100 | 11100100 | 1010100 | 1001000 |
Color Harmonies of #7D95F4
Complementary color
Monochromatic Colors of #7D95F4
Black with #7D95F4
Text Example
Text Example
White with #7D95F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D95F4; }
p { color: rgb(125,149,244); }
H1.HeaderClassName
{
color: #7D95F4;
}
.AnyTagClassName
{
color: #7D95F4;
}
</style>
background-color css
<style>
a { background-color: #7D95F4; }
a { background-color: rgb(125,149,244); }
div.DivClassName
{
background-color: #7D95F4;
}
.BgClassName
{
background-color: #7D95F4;
}
</style>
border-color css
<style>
span { border-color: #7D95F4; }
span { border-color: rgb(125,149,244); }
td.TdClassName
{
border-color: #7D95F4;
}
.TagClassName
{
border-color: #7D95F4;
}
</style>