Shades of Cornflower Blue #7184E0
Tints of Cornflower Blue #7184E0
RGB
CMYK
RGB Variations
Color information
#7184E0 (or 0x7184E0) is known color: Cornflower Blue. HEX triplet: 71, 84 and E0. RGB value is (113,132,224). Sum of RGB (Red+Green+Blue) = 113+132+224=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #7184E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184E0 is #8E7B1F. Grayscale: #888888. Windows color (decimal): -9337632 or 14713969. OLE color: 14713969.
HSL color Cylindrical-coordinate representation of color #7184E0: hue angle of 229.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7184E0 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 132 | 224 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.12 |
| HSL | 229.73º | 0.64% | 0.66% | - |
| HSV(B) | 229.73º | 0.5% | 0.88% | - |
| XYZ | 28.52 | 25.4 | 73.92 | - |
| YUV | 136.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 224 | 0.50 | 0.41 | 0 | 0.12 | 229.73 | 0.64 | 0.66 |
| Hex | 71 | 84 | E0 | 32 | 29 | 0 | C | E6 | 40 | 42 |
| Octal | 161 | 204 | 340 | 62 | 51 | 0 | 14 | 346 | 100 | 102 |
| Binary | 1110001 | 10000100 | 11100000 | 110010 | 101001 | 0 | 1100 | 11100110 | 1000000 | 1000010 |
Color Harmonies of #7184E0
Complementary color
Monochromatic Colors of #7184E0
Black with #7184E0
Text Example
Text Example
White with #7184E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184E0; }
p { color: rgb(113,132,224); }
H1.HeaderClassName
{
color: #7184E0;
}
.AnyTagClassName
{
color: #7184E0;
}
</style>
background-color css
<style>
a { background-color: #7184E0; }
a { background-color: rgb(113,132,224); }
div.DivClassName
{
background-color: #7184E0;
}
.BgClassName
{
background-color: #7184E0;
}
</style>
border-color css
<style>
span { border-color: #7184E0; }
span { border-color: rgb(113,132,224); }
td.TdClassName
{
border-color: #7184E0;
}
.TagClassName
{
border-color: #7184E0;
}
</style>