Shades of Cornflower Blue #7186DE
Tints of Cornflower Blue #7186DE
RGB
CMYK
RGB Variations
Color information
#7186DE (or 0x7186DE) is known color: Cornflower Blue. HEX triplet: 71, 86 and DE. RGB value is (113,134,222). Sum of RGB (Red+Green+Blue) = 113+134+222=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7186DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186DE is #8E7921. Grayscale: #898989. Windows color (decimal): -9337122 or 14583409. OLE color: 14583409.
HSL color Cylindrical-coordinate representation of color #7186DE: hue angle of 228.44º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7186DE is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 134 | 222 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.13 |
| HSL | 228.44º | 0.62% | 0.66% | - |
| HSV(B) | 228.44º | 0.49% | 0.87% | - |
| XYZ | 28.52 | 25.83 | 72.59 | - |
| YUV | 137.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 222 | 0.49 | 0.40 | 0 | 0.13 | 228.44 | 0.62 | 0.66 |
| Hex | 71 | 86 | DE | 31 | 28 | 0 | D | E4 | 3E | 42 |
| Octal | 161 | 206 | 336 | 61 | 50 | 0 | 15 | 344 | 76 | 102 |
| Binary | 1110001 | 10000110 | 11011110 | 110001 | 101000 | 0 | 1101 | 11100100 | 111110 | 1000010 |
Color Harmonies of #7186DE
Complementary color
Monochromatic Colors of #7186DE
Black with #7186DE
Text Example
Text Example
White with #7186DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7186DE; }
p { color: rgb(113,134,222); }
H1.HeaderClassName
{
color: #7186DE;
}
.AnyTagClassName
{
color: #7186DE;
}
</style>
background-color css
<style>
a { background-color: #7186DE; }
a { background-color: rgb(113,134,222); }
div.DivClassName
{
background-color: #7186DE;
}
.BgClassName
{
background-color: #7186DE;
}
</style>
border-color css
<style>
span { border-color: #7186DE; }
span { border-color: rgb(113,134,222); }
td.TdClassName
{
border-color: #7186DE;
}
.TagClassName
{
border-color: #7186DE;
}
</style>