Shades of Cornflower Blue #7394ED
Tints of Cornflower Blue #7394ED
RGB
CMYK
RGB Variations
Color information
#7394ED (or 0x7394ED) is known color: Cornflower Blue. HEX triplet: 73, 94 and ED. RGB value is (115,148,237). Sum of RGB (Red+Green+Blue) = 115+148+237=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #7394ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7394ED is #8C6B12. Grayscale: #939393. Windows color (decimal): -9202451 or 15570035. OLE color: 15570035.
HSL color Cylindrical-coordinate representation of color #7394ED: hue angle of 223.77º degrees, saturation: 0.77, 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 #7394ED is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 148 | 237 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.07 |
| HSL | 223.77º | 0.77% | 0.69% | - |
| HSV(B) | 223.77º | 0.51% | 0.93% | - |
| XYZ | 32.95 | 30.94 | 84.36 | - |
| YUV | 148.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 237 | 0.51 | 0.38 | 0 | 0.07 | 223.77 | 0.77 | 0.69 |
| Hex | 73 | 94 | ED | 33 | 26 | 0 | 7 | E0 | 4D | 45 |
| Octal | 163 | 224 | 355 | 63 | 46 | 0 | 7 | 340 | 115 | 105 |
| Binary | 1110011 | 10010100 | 11101101 | 110011 | 100110 | 0 | 111 | 11100000 | 1001101 | 1000101 |
Color Harmonies of #7394ED
Complementary color
Monochromatic Colors of #7394ED
Black with #7394ED
Text Example
Text Example
White with #7394ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7394ED; }
p { color: rgb(115,148,237); }
H1.HeaderClassName
{
color: #7394ED;
}
.AnyTagClassName
{
color: #7394ED;
}
</style>
background-color css
<style>
a { background-color: #7394ED; }
a { background-color: rgb(115,148,237); }
div.DivClassName
{
background-color: #7394ED;
}
.BgClassName
{
background-color: #7394ED;
}
</style>
border-color css
<style>
span { border-color: #7394ED; }
span { border-color: rgb(115,148,237); }
td.TdClassName
{
border-color: #7394ED;
}
.TagClassName
{
border-color: #7394ED;
}
</style>