Shades of Cornflower Blue #7380E5
Tints of Cornflower Blue #7380E5
RGB
CMYK
RGB Variations
Color information
#7380E5 (or 0x7380E5) is known color: Cornflower Blue. HEX triplet: 73, 80 and E5. RGB value is (115,128,229). Sum of RGB (Red+Green+Blue) = 115+128+229=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #7380E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380E5 is #8C7F1A. Grayscale: #878787. Windows color (decimal): -9207579 or 15040627. OLE color: 15040627.
HSL color Cylindrical-coordinate representation of color #7380E5: hue angle of 233.16º 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 #7380E5 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 128 | 229 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.10 |
| HSL | 233.16º | 0.69% | 0.67% | - |
| HSV(B) | 233.16º | 0.5% | 0.9% | - |
| XYZ | 28.93 | 24.74 | 77.38 | - |
| YUV | 135.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 229 | 0.50 | 0.44 | 0 | 0.10 | 233.16 | 0.69 | 0.67 |
| Hex | 73 | 80 | E5 | 32 | 2C | 0 | A | E9 | 45 | 43 |
| Octal | 163 | 200 | 345 | 62 | 54 | 0 | 12 | 351 | 105 | 103 |
| Binary | 1110011 | 10000000 | 11100101 | 110010 | 101100 | 0 | 1010 | 11101001 | 1000101 | 1000011 |
Color Harmonies of #7380E5
Complementary color
Monochromatic Colors of #7380E5
Black with #7380E5
Text Example
Text Example
White with #7380E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380E5; }
p { color: rgb(115,128,229); }
H1.HeaderClassName
{
color: #7380E5;
}
.AnyTagClassName
{
color: #7380E5;
}
</style>
background-color css
<style>
a { background-color: #7380E5; }
a { background-color: rgb(115,128,229); }
div.DivClassName
{
background-color: #7380E5;
}
.BgClassName
{
background-color: #7380E5;
}
</style>
border-color css
<style>
span { border-color: #7380E5; }
span { border-color: rgb(115,128,229); }
td.TdClassName
{
border-color: #7380E5;
}
.TagClassName
{
border-color: #7380E5;
}
</style>