Shades of Cornflower Blue #7389EB
Tints of Cornflower Blue #7389EB
RGB
CMYK
RGB Variations
Color information
#7389EB (or 0x7389EB) is known color: Cornflower Blue. HEX triplet: 73, 89 and EB. RGB value is (115,137,235). Sum of RGB (Red+Green+Blue) = 115+137+235=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #7389EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7389EB is #8C7614. Grayscale: #8D8D8D. Windows color (decimal): -9205269 or 15436147. OLE color: 15436147.
HSL color Cylindrical-coordinate representation of color #7389EB: hue angle of 229º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7389EB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 137 | 235 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.08 |
| HSL | 229º | 0.75% | 0.69% | - |
| HSV(B) | 229º | 0.51% | 0.92% | - |
| XYZ | 31.01 | 27.53 | 82.28 | - |
| YUV | 141.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 235 | 0.51 | 0.42 | 0 | 0.08 | 229 | 0.75 | 0.69 |
| Hex | 73 | 89 | EB | 33 | 2A | 0 | 8 | E5 | 4B | 45 |
| Octal | 163 | 211 | 353 | 63 | 52 | 0 | 10 | 345 | 113 | 105 |
| Binary | 1110011 | 10001001 | 11101011 | 110011 | 101010 | 0 | 1000 | 11100101 | 1001011 | 1000101 |
Color Harmonies of #7389EB
Complementary color
Monochromatic Colors of #7389EB
Black with #7389EB
Text Example
Text Example
White with #7389EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389EB; }
p { color: rgb(115,137,235); }
H1.HeaderClassName
{
color: #7389EB;
}
.AnyTagClassName
{
color: #7389EB;
}
</style>
background-color css
<style>
a { background-color: #7389EB; }
a { background-color: rgb(115,137,235); }
div.DivClassName
{
background-color: #7389EB;
}
.BgClassName
{
background-color: #7389EB;
}
</style>
border-color css
<style>
span { border-color: #7389EB; }
span { border-color: rgb(115,137,235); }
td.TdClassName
{
border-color: #7389EB;
}
.TagClassName
{
border-color: #7389EB;
}
</style>