Shades of Cornflower Blue #7180DD
Tints of Cornflower Blue #7180DD
RGB
CMYK
RGB Variations
Color information
#7180DD (or 0x7180DD) is known color: Cornflower Blue. HEX triplet: 71, 80 and DD. RGB value is (113,128,221). Sum of RGB (Red+Green+Blue) = 113+128+221=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #7180DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180DD is #8E7F22. Grayscale: #858585. Windows color (decimal): -9338659 or 14516337. OLE color: 14516337.
HSL color Cylindrical-coordinate representation of color #7180DD: hue angle of 231.67º 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 #7180DD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 128 | 221 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.13 |
| HSL | 231.67º | 0.61% | 0.65% | - |
| HSV(B) | 231.67º | 0.49% | 0.87% | - |
| XYZ | 27.58 | 24.17 | 71.62 | - |
| YUV | 134.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 221 | 0.49 | 0.42 | 0 | 0.13 | 231.67 | 0.61 | 0.65 |
| Hex | 71 | 80 | DD | 31 | 2A | 0 | D | E8 | 3D | 41 |
| Octal | 161 | 200 | 335 | 61 | 52 | 0 | 15 | 350 | 75 | 101 |
| Binary | 1110001 | 10000000 | 11011101 | 110001 | 101010 | 0 | 1101 | 11101000 | 111101 | 1000001 |
Color Harmonies of #7180DD
Complementary color
Monochromatic Colors of #7180DD
Black with #7180DD
Text Example
Text Example
White with #7180DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7180DD; }
p { color: rgb(113,128,221); }
H1.HeaderClassName
{
color: #7180DD;
}
.AnyTagClassName
{
color: #7180DD;
}
</style>
background-color css
<style>
a { background-color: #7180DD; }
a { background-color: rgb(113,128,221); }
div.DivClassName
{
background-color: #7180DD;
}
.BgClassName
{
background-color: #7180DD;
}
</style>
border-color css
<style>
span { border-color: #7180DD; }
span { border-color: rgb(113,128,221); }
td.TdClassName
{
border-color: #7180DD;
}
.TagClassName
{
border-color: #7180DD;
}
</style>