Shades of Cornflower Blue #7395EC
Tints of Cornflower Blue #7395EC
RGB
CMYK
RGB Variations
Color information
#7395EC (or 0x7395EC) is known color: Cornflower Blue. HEX triplet: 73, 95 and EC. RGB value is (115,149,236). Sum of RGB (Red+Green+Blue) = 115+149+236=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #7395EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7395EC is #8C6A13. Grayscale: #949494. Windows color (decimal): -9202196 or 15504755. OLE color: 15504755.
HSL color Cylindrical-coordinate representation of color #7395EC: hue angle of 223.14º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7395EC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 149 | 236 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.07 |
| HSL | 223.14º | 0.76% | 0.69% | - |
| HSV(B) | 223.14º | 0.51% | 0.93% | - |
| XYZ | 32.96 | 31.2 | 83.64 | - |
| YUV | 148.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 236 | 0.51 | 0.37 | 0 | 0.07 | 223.14 | 0.76 | 0.69 |
| Hex | 73 | 95 | EC | 33 | 25 | 0 | 7 | DF | 4C | 45 |
| Octal | 163 | 225 | 354 | 63 | 45 | 0 | 7 | 337 | 114 | 105 |
| Binary | 1110011 | 10010101 | 11101100 | 110011 | 100101 | 0 | 111 | 11011111 | 1001100 | 1000101 |
Color Harmonies of #7395EC
Complementary color
Monochromatic Colors of #7395EC
Black with #7395EC
Text Example
Text Example
White with #7395EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7395EC; }
p { color: rgb(115,149,236); }
H1.HeaderClassName
{
color: #7395EC;
}
.AnyTagClassName
{
color: #7395EC;
}
</style>
background-color css
<style>
a { background-color: #7395EC; }
a { background-color: rgb(115,149,236); }
div.DivClassName
{
background-color: #7395EC;
}
.BgClassName
{
background-color: #7395EC;
}
</style>
border-color css
<style>
span { border-color: #7395EC; }
span { border-color: rgb(115,149,236); }
td.TdClassName
{
border-color: #7395EC;
}
.TagClassName
{
border-color: #7395EC;
}
</style>