Shades of Cornflower Blue #7189E2
Tints of Cornflower Blue #7189E2
RGB
CMYK
RGB Variations
Color information
#7189E2 (or 0x7189E2) is known color: Cornflower Blue. HEX triplet: 71, 89 and E2. RGB value is (113,137,226). Sum of RGB (Red+Green+Blue) = 113+137+226=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #7189E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7189E2 is #8E761D. Grayscale: #8B8B8B. Windows color (decimal): -9336350 or 14846321. OLE color: 14846321.
HSL color Cylindrical-coordinate representation of color #7189E2: hue angle of 227.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7189E2 is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 137 | 226 | - |
| CMYK | 0.5 | 0.39 | 0 | 0.11 |
| HSL | 227.26º | 0.66% | 0.66% | - |
| HSV(B) | 227.26º | 0.5% | 0.89% | - |
| XYZ | 29.48 | 26.89 | 75.59 | - |
| YUV | 139.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 226 | 0.5 | 0.39 | 0 | 0.11 | 227.26 | 0.66 | 0.66 |
| Hex | 71 | 89 | E2 | 32 | 27 | 0 | B | E3 | 42 | 42 |
| Octal | 161 | 211 | 342 | 62 | 47 | 0 | 13 | 343 | 102 | 102 |
| Binary | 1110001 | 10001001 | 11100010 | 110010 | 100111 | 0 | 1011 | 11100011 | 1000010 | 1000010 |
Color Harmonies of #7189E2
Complementary color
Monochromatic Colors of #7189E2
Black with #7189E2
Text Example
Text Example
White with #7189E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189E2; }
p { color: rgb(113,137,226); }
H1.HeaderClassName
{
color: #7189E2;
}
.AnyTagClassName
{
color: #7189E2;
}
</style>
background-color css
<style>
a { background-color: #7189E2; }
a { background-color: rgb(113,137,226); }
div.DivClassName
{
background-color: #7189E2;
}
.BgClassName
{
background-color: #7189E2;
}
</style>
border-color css
<style>
span { border-color: #7189E2; }
span { border-color: rgb(113,137,226); }
td.TdClassName
{
border-color: #7189E2;
}
.TagClassName
{
border-color: #7189E2;
}
</style>