Shades of Cornflower Blue #7184DB
Tints of Cornflower Blue #7184DB
RGB
CMYK
RGB Variations
Color information
#7184DB (or 0x7184DB) is known color: Cornflower Blue. HEX triplet: 71, 84 and DB. RGB value is (113,132,219). Sum of RGB (Red+Green+Blue) = 113+132+219=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7184DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184DB is #8E7B24. Grayscale: #878787. Windows color (decimal): -9337637 or 14386289. OLE color: 14386289.
HSL color Cylindrical-coordinate representation of color #7184DB: hue angle of 229.25º 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 #7184DB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 132 | 219 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.14 |
| HSL | 229.25º | 0.6% | 0.65% | - |
| HSV(B) | 229.25º | 0.48% | 0.86% | - |
| XYZ | 27.85 | 25.13 | 70.4 | - |
| YUV | 136.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 219 | 0.48 | 0.40 | 0 | 0.14 | 229.25 | 0.6 | 0.65 |
| Hex | 71 | 84 | DB | 30 | 28 | 0 | E | E5 | 3C | 41 |
| Octal | 161 | 204 | 333 | 60 | 50 | 0 | 16 | 345 | 74 | 101 |
| Binary | 1110001 | 10000100 | 11011011 | 110000 | 101000 | 0 | 1110 | 11100101 | 111100 | 1000001 |
Color Harmonies of #7184DB
Complementary color
Monochromatic Colors of #7184DB
Black with #7184DB
Text Example
Text Example
White with #7184DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184DB; }
p { color: rgb(113,132,219); }
H1.HeaderClassName
{
color: #7184DB;
}
.AnyTagClassName
{
color: #7184DB;
}
</style>
background-color css
<style>
a { background-color: #7184DB; }
a { background-color: rgb(113,132,219); }
div.DivClassName
{
background-color: #7184DB;
}
.BgClassName
{
background-color: #7184DB;
}
</style>
border-color css
<style>
span { border-color: #7184DB; }
span { border-color: rgb(113,132,219); }
td.TdClassName
{
border-color: #7184DB;
}
.TagClassName
{
border-color: #7184DB;
}
</style>