Shades of Cornflower Blue #7384E7
Tints of Cornflower Blue #7384E7
RGB
CMYK
RGB Variations
Color information
#7384E7 (or 0x7384E7) is known color: Cornflower Blue. HEX triplet: 73, 84 and E7. RGB value is (115,132,231). Sum of RGB (Red+Green+Blue) = 115+132+231=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #7384E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7384E7 is #8C7B18. Grayscale: #898989. Windows color (decimal): -9206553 or 15172723. OLE color: 15172723.
HSL color Cylindrical-coordinate representation of color #7384E7: hue angle of 231.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7384E7 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 132 | 231 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.09 |
| HSL | 231.21º | 0.71% | 0.68% | - |
| HSV(B) | 231.21º | 0.5% | 0.91% | - |
| XYZ | 29.75 | 25.92 | 79.04 | - |
| YUV | 138.2 | 180.37 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 231 | 0.50 | 0.43 | 0 | 0.09 | 231.21 | 0.71 | 0.68 |
| Hex | 73 | 84 | E7 | 32 | 2B | 0 | 9 | E7 | 47 | 44 |
| Octal | 163 | 204 | 347 | 62 | 53 | 0 | 11 | 347 | 107 | 104 |
| Binary | 1110011 | 10000100 | 11100111 | 110010 | 101011 | 0 | 1001 | 11100111 | 1000111 | 1000100 |
Color Harmonies of #7384E7
Complementary color
Monochromatic Colors of #7384E7
Black with #7384E7
Text Example
Text Example
White with #7384E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384E7; }
p { color: rgb(115,132,231); }
H1.HeaderClassName
{
color: #7384E7;
}
.AnyTagClassName
{
color: #7384E7;
}
</style>
background-color css
<style>
a { background-color: #7384E7; }
a { background-color: rgb(115,132,231); }
div.DivClassName
{
background-color: #7384E7;
}
.BgClassName
{
background-color: #7384E7;
}
</style>
border-color css
<style>
span { border-color: #7384E7; }
span { border-color: rgb(115,132,231); }
td.TdClassName
{
border-color: #7384E7;
}
.TagClassName
{
border-color: #7384E7;
}
</style>