Shades of Cornflower Blue #7185EE
Tints of Cornflower Blue #7185EE
RGB
CMYK
RGB Variations
Color information
#7185EE (or 0x7185EE) is known color: Cornflower Blue. HEX triplet: 71, 85 and EE. RGB value is (113,133,238). Sum of RGB (Red+Green+Blue) = 113+133+238=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #7185EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7185EE is #8E7A11. Grayscale: #8A8A8A. Windows color (decimal): -9337362 or 15631729. OLE color: 15631729.
HSL color Cylindrical-coordinate representation of color #7185EE: hue angle of 230.4º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7185EE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 133 | 238 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.07 |
| HSL | 230.4º | 0.79% | 0.69% | - |
| HSV(B) | 230.4º | 0.53% | 0.93% | - |
| XYZ | 30.63 | 26.46 | 84.38 | - |
| YUV | 138.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 238 | 0.53 | 0.44 | 0 | 0.07 | 230.4 | 0.79 | 0.69 |
| Hex | 71 | 85 | EE | 35 | 2C | 0 | 7 | E6 | 4F | 45 |
| Octal | 161 | 205 | 356 | 65 | 54 | 0 | 7 | 346 | 117 | 105 |
| Binary | 1110001 | 10000101 | 11101110 | 110101 | 101100 | 0 | 111 | 11100110 | 1001111 | 1000101 |
Color Harmonies of #7185EE
Complementary color
Monochromatic Colors of #7185EE
Black with #7185EE
Text Example
Text Example
White with #7185EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7185EE; }
p { color: rgb(113,133,238); }
H1.HeaderClassName
{
color: #7185EE;
}
.AnyTagClassName
{
color: #7185EE;
}
</style>
background-color css
<style>
a { background-color: #7185EE; }
a { background-color: rgb(113,133,238); }
div.DivClassName
{
background-color: #7185EE;
}
.BgClassName
{
background-color: #7185EE;
}
</style>
border-color css
<style>
span { border-color: #7185EE; }
span { border-color: rgb(113,133,238); }
td.TdClassName
{
border-color: #7185EE;
}
.TagClassName
{
border-color: #7185EE;
}
</style>