Shades of Cornflower Blue #7185DD
Tints of Cornflower Blue #7185DD
RGB
CMYK
RGB Variations
Color information
#7185DD (or 0x7185DD) is known color: Cornflower Blue. HEX triplet: 71, 85 and DD. RGB value is (113,133,221). Sum of RGB (Red+Green+Blue) = 113+133+221=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #7185DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185DD is #8E7A22. Grayscale: #888888. Windows color (decimal): -9337379 or 14517617. OLE color: 14517617.
HSL color Cylindrical-coordinate representation of color #7185DD: hue angle of 228.89º 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 #7185DD is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 133 | 221 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.13 |
| HSL | 228.89º | 0.61% | 0.65% | - |
| HSV(B) | 228.89º | 0.49% | 0.87% | - |
| XYZ | 28.25 | 25.51 | 71.84 | - |
| YUV | 137.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 221 | 0.49 | 0.40 | 0 | 0.13 | 228.89 | 0.61 | 0.65 |
| Hex | 71 | 85 | DD | 31 | 28 | 0 | D | E5 | 3D | 41 |
| Octal | 161 | 205 | 335 | 61 | 50 | 0 | 15 | 345 | 75 | 101 |
| Binary | 1110001 | 10000101 | 11011101 | 110001 | 101000 | 0 | 1101 | 11100101 | 111101 | 1000001 |
Color Harmonies of #7185DD
Complementary color
Monochromatic Colors of #7185DD
Black with #7185DD
Text Example
Text Example
White with #7185DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7185DD; }
p { color: rgb(113,133,221); }
H1.HeaderClassName
{
color: #7185DD;
}
.AnyTagClassName
{
color: #7185DD;
}
</style>
background-color css
<style>
a { background-color: #7185DD; }
a { background-color: rgb(113,133,221); }
div.DivClassName
{
background-color: #7185DD;
}
.BgClassName
{
background-color: #7185DD;
}
</style>
border-color css
<style>
span { border-color: #7185DD; }
span { border-color: rgb(113,133,221); }
td.TdClassName
{
border-color: #7185DD;
}
.TagClassName
{
border-color: #7185DD;
}
</style>