Shades of Cornflower Blue #7384E5
Tints of Cornflower Blue #7384E5
RGB
CMYK
RGB Variations
Color information
#7384E5 (or 0x7384E5) is known color: Cornflower Blue. HEX triplet: 73, 84 and E5. RGB value is (115,132,229). Sum of RGB (Red+Green+Blue) = 115+132+229=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #7384E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384E5 is #8C7B1A. Grayscale: #898989. Windows color (decimal): -9206555 or 15041651. OLE color: 15041651.
HSL color Cylindrical-coordinate representation of color #7384E5: hue angle of 231.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7384E5 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 132 | 229 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.10 |
| HSL | 231.05º | 0.69% | 0.67% | - |
| HSV(B) | 231.05º | 0.5% | 0.9% | - |
| XYZ | 29.46 | 25.8 | 77.56 | - |
| YUV | 137.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 229 | 0.50 | 0.42 | 0 | 0.10 | 231.05 | 0.69 | 0.67 |
| Hex | 73 | 84 | E5 | 32 | 2A | 0 | A | E7 | 45 | 43 |
| Octal | 163 | 204 | 345 | 62 | 52 | 0 | 12 | 347 | 105 | 103 |
| Binary | 1110011 | 10000100 | 11100101 | 110010 | 101010 | 0 | 1010 | 11100111 | 1000101 | 1000011 |
Color Harmonies of #7384E5
Complementary color
Monochromatic Colors of #7384E5
Black with #7384E5
Text Example
Text Example
White with #7384E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384E5; }
p { color: rgb(115,132,229); }
H1.HeaderClassName
{
color: #7384E5;
}
.AnyTagClassName
{
color: #7384E5;
}
</style>
background-color css
<style>
a { background-color: #7384E5; }
a { background-color: rgb(115,132,229); }
div.DivClassName
{
background-color: #7384E5;
}
.BgClassName
{
background-color: #7384E5;
}
</style>
border-color css
<style>
span { border-color: #7384E5; }
span { border-color: rgb(115,132,229); }
td.TdClassName
{
border-color: #7384E5;
}
.TagClassName
{
border-color: #7384E5;
}
</style>