Shades of Cornflower Blue #7184DD
Tints of Cornflower Blue #7184DD
RGB
CMYK
RGB Variations
Color information
#7184DD (or 0x7184DD) is known color: Cornflower Blue. HEX triplet: 71, 84 and DD. RGB value is (113,132,221). Sum of RGB (Red+Green+Blue) = 113+132+221=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7184DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184DD is #8E7B22. Grayscale: #888888. Windows color (decimal): -9337635 or 14517361. OLE color: 14517361.
HSL color Cylindrical-coordinate representation of color #7184DD: hue angle of 229.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7184DD is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 132 | 221 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.13 |
| HSL | 229.44º | 0.61% | 0.65% | - |
| HSV(B) | 229.44º | 0.49% | 0.87% | - |
| XYZ | 28.11 | 25.23 | 71.8 | - |
| YUV | 136.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 221 | 0.49 | 0.40 | 0 | 0.13 | 229.44 | 0.61 | 0.65 |
| Hex | 71 | 84 | DD | 31 | 28 | 0 | D | E5 | 3D | 41 |
| Octal | 161 | 204 | 335 | 61 | 50 | 0 | 15 | 345 | 75 | 101 |
| Binary | 1110001 | 10000100 | 11011101 | 110001 | 101000 | 0 | 1101 | 11100101 | 111101 | 1000001 |
Color Harmonies of #7184DD
Complementary color
Monochromatic Colors of #7184DD
Black with #7184DD
Text Example
Text Example
White with #7184DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184DD; }
p { color: rgb(113,132,221); }
H1.HeaderClassName
{
color: #7184DD;
}
.AnyTagClassName
{
color: #7184DD;
}
</style>
background-color css
<style>
a { background-color: #7184DD; }
a { background-color: rgb(113,132,221); }
div.DivClassName
{
background-color: #7184DD;
}
.BgClassName
{
background-color: #7184DD;
}
</style>
border-color css
<style>
span { border-color: #7184DD; }
span { border-color: rgb(113,132,221); }
td.TdClassName
{
border-color: #7184DD;
}
.TagClassName
{
border-color: #7184DD;
}
</style>