Shades of Cornflower Blue #7189E5
Tints of Cornflower Blue #7189E5
RGB
CMYK
RGB Variations
Color information
#7189E5 (or 0x7189E5) is known color: Cornflower Blue. HEX triplet: 71, 89 and E5. RGB value is (113,137,229). Sum of RGB (Red+Green+Blue) = 113+137+229=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #7189E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7189E5 is #8E761A. Grayscale: #8B8B8B. Windows color (decimal): -9336347 or 15042929. OLE color: 15042929.
HSL color Cylindrical-coordinate representation of color #7189E5: hue angle of 227.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7189E5 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 137 | 229 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.10 |
| HSL | 227.59º | 0.69% | 0.67% | - |
| HSV(B) | 227.59º | 0.51% | 0.9% | - |
| XYZ | 29.9 | 27.06 | 77.78 | - |
| YUV | 140.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 229 | 0.51 | 0.40 | 0 | 0.10 | 227.59 | 0.69 | 0.67 |
| Hex | 71 | 89 | E5 | 33 | 28 | 0 | A | E4 | 45 | 43 |
| Octal | 161 | 211 | 345 | 63 | 50 | 0 | 12 | 344 | 105 | 103 |
| Binary | 1110001 | 10001001 | 11100101 | 110011 | 101000 | 0 | 1010 | 11100100 | 1000101 | 1000011 |
Color Harmonies of #7189E5
Complementary color
Monochromatic Colors of #7189E5
Black with #7189E5
Text Example
Text Example
White with #7189E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189E5; }
p { color: rgb(113,137,229); }
H1.HeaderClassName
{
color: #7189E5;
}
.AnyTagClassName
{
color: #7189E5;
}
</style>
background-color css
<style>
a { background-color: #7189E5; }
a { background-color: rgb(113,137,229); }
div.DivClassName
{
background-color: #7189E5;
}
.BgClassName
{
background-color: #7189E5;
}
</style>
border-color css
<style>
span { border-color: #7189E5; }
span { border-color: rgb(113,137,229); }
td.TdClassName
{
border-color: #7189E5;
}
.TagClassName
{
border-color: #7189E5;
}
</style>