Shades of Cornflower Blue #7189DB
Tints of Cornflower Blue #7189DB
RGB
CMYK
RGB Variations
Color information
#7189DB (or 0x7189DB) is known color: Cornflower Blue. HEX triplet: 71, 89 and DB. RGB value is (113,137,219). Sum of RGB (Red+Green+Blue) = 113+137+219=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7189DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7189DB is #8E7624. Grayscale: #8A8A8A. Windows color (decimal): -9336357 or 14387569. OLE color: 14387569.
HSL color Cylindrical-coordinate representation of color #7189DB: hue angle of 226.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7189DB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 137 | 219 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.14 |
| HSL | 226.42º | 0.6% | 0.65% | - |
| HSV(B) | 226.42º | 0.48% | 0.86% | - |
| XYZ | 28.54 | 26.52 | 70.63 | - |
| YUV | 139.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 219 | 0.48 | 0.37 | 0 | 0.14 | 226.42 | 0.6 | 0.65 |
| Hex | 71 | 89 | DB | 30 | 25 | 0 | E | E2 | 3C | 41 |
| Octal | 161 | 211 | 333 | 60 | 45 | 0 | 16 | 342 | 74 | 101 |
| Binary | 1110001 | 10001001 | 11011011 | 110000 | 100101 | 0 | 1110 | 11100010 | 111100 | 1000001 |
Color Harmonies of #7189DB
Complementary color
Monochromatic Colors of #7189DB
Black with #7189DB
Text Example
Text Example
White with #7189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189DB; }
p { color: rgb(113,137,219); }
H1.HeaderClassName
{
color: #7189DB;
}
.AnyTagClassName
{
color: #7189DB;
}
</style>
background-color css
<style>
a { background-color: #7189DB; }
a { background-color: rgb(113,137,219); }
div.DivClassName
{
background-color: #7189DB;
}
.BgClassName
{
background-color: #7189DB;
}
</style>
border-color css
<style>
span { border-color: #7189DB; }
span { border-color: rgb(113,137,219); }
td.TdClassName
{
border-color: #7189DB;
}
.TagClassName
{
border-color: #7189DB;
}
</style>