Shades of Cornflower Blue #7388E5
Tints of Cornflower Blue #7388E5
RGB
CMYK
RGB Variations
Color information
#7388E5 (or 0x7388E5) is known color: Cornflower Blue. HEX triplet: 73, 88 and E5. RGB value is (115,136,229). Sum of RGB (Red+Green+Blue) = 115+136+229=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #7388E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388E5 is #8C771A. Grayscale: #8B8B8B. Windows color (decimal): -9205531 or 15042675. OLE color: 15042675.
HSL color Cylindrical-coordinate representation of color #7388E5: hue angle of 228.95º 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 #7388E5 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 136 | 229 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.10 |
| HSL | 228.95º | 0.69% | 0.67% | - |
| HSV(B) | 228.95º | 0.5% | 0.9% | - |
| XYZ | 30.02 | 26.91 | 77.74 | - |
| YUV | 140.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 229 | 0.50 | 0.41 | 0 | 0.10 | 228.95 | 0.69 | 0.67 |
| Hex | 73 | 88 | E5 | 32 | 29 | 0 | A | E5 | 45 | 43 |
| Octal | 163 | 210 | 345 | 62 | 51 | 0 | 12 | 345 | 105 | 103 |
| Binary | 1110011 | 10001000 | 11100101 | 110010 | 101001 | 0 | 1010 | 11100101 | 1000101 | 1000011 |
Color Harmonies of #7388E5
Complementary color
Monochromatic Colors of #7388E5
Black with #7388E5
Text Example
Text Example
White with #7388E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7388E5; }
p { color: rgb(115,136,229); }
H1.HeaderClassName
{
color: #7388E5;
}
.AnyTagClassName
{
color: #7388E5;
}
</style>
background-color css
<style>
a { background-color: #7388E5; }
a { background-color: rgb(115,136,229); }
div.DivClassName
{
background-color: #7388E5;
}
.BgClassName
{
background-color: #7388E5;
}
</style>
border-color css
<style>
span { border-color: #7388E5; }
span { border-color: rgb(115,136,229); }
td.TdClassName
{
border-color: #7388E5;
}
.TagClassName
{
border-color: #7388E5;
}
</style>