Shades of Cornflower Blue #7189D8
Tints of Cornflower Blue #7189D8
RGB
CMYK
RGB Variations
Color information
#7189D8 (or 0x7189D8) is known color: Cornflower Blue. HEX triplet: 71, 89 and D8. RGB value is (113,137,216). Sum of RGB (Red+Green+Blue) = 113+137+216=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #7189D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7189D8 is #8E7627. Grayscale: #8A8A8A. Windows color (decimal): -9336360 or 14190961. OLE color: 14190961.
HSL color Cylindrical-coordinate representation of color #7189D8: hue angle of 226.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7189D8 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 137 | 216 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.15 |
| HSL | 226.02º | 0.57% | 0.65% | - |
| HSV(B) | 226.02º | 0.48% | 0.85% | - |
| XYZ | 28.15 | 26.36 | 68.57 | - |
| YUV | 138.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 216 | 0.48 | 0.37 | 0 | 0.15 | 226.02 | 0.57 | 0.65 |
| Hex | 71 | 89 | D8 | 30 | 25 | 0 | F | E2 | 39 | 41 |
| Octal | 161 | 211 | 330 | 60 | 45 | 0 | 17 | 342 | 71 | 101 |
| Binary | 1110001 | 10001001 | 11011000 | 110000 | 100101 | 0 | 1111 | 11100010 | 111001 | 1000001 |
Color Harmonies of #7189D8
Complementary color
Monochromatic Colors of #7189D8
Black with #7189D8
Text Example
Text Example
White with #7189D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189D8; }
p { color: rgb(113,137,216); }
H1.HeaderClassName
{
color: #7189D8;
}
.AnyTagClassName
{
color: #7189D8;
}
</style>
background-color css
<style>
a { background-color: #7189D8; }
a { background-color: rgb(113,137,216); }
div.DivClassName
{
background-color: #7189D8;
}
.BgClassName
{
background-color: #7189D8;
}
</style>
border-color css
<style>
span { border-color: #7189D8; }
span { border-color: rgb(113,137,216); }
td.TdClassName
{
border-color: #7189D8;
}
.TagClassName
{
border-color: #7189D8;
}
</style>