Shades of Cornflower Blue #7182DB
Tints of Cornflower Blue #7182DB
RGB
CMYK
RGB Variations
Color information
#7182DB (or 0x7182DB) is known color: Cornflower Blue. HEX triplet: 71, 82 and DB. RGB value is (113,130,219). Sum of RGB (Red+Green+Blue) = 113+130+219=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7182DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182DB is #8E7D24. Grayscale: #868686. Windows color (decimal): -9338149 or 14385777. OLE color: 14385777.
HSL color Cylindrical-coordinate representation of color #7182DB: hue angle of 230.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7182DB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 130 | 219 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.14 |
| HSL | 230.38º | 0.6% | 0.65% | - |
| HSV(B) | 230.38º | 0.48% | 0.86% | - |
| XYZ | 27.58 | 24.59 | 70.31 | - |
| YUV | 135.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 219 | 0.48 | 0.41 | 0 | 0.14 | 230.38 | 0.6 | 0.65 |
| Hex | 71 | 82 | DB | 30 | 29 | 0 | E | E6 | 3C | 41 |
| Octal | 161 | 202 | 333 | 60 | 51 | 0 | 16 | 346 | 74 | 101 |
| Binary | 1110001 | 10000010 | 11011011 | 110000 | 101001 | 0 | 1110 | 11100110 | 111100 | 1000001 |
Color Harmonies of #7182DB
Complementary color
Monochromatic Colors of #7182DB
Black with #7182DB
Text Example
Text Example
White with #7182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182DB; }
p { color: rgb(113,130,219); }
H1.HeaderClassName
{
color: #7182DB;
}
.AnyTagClassName
{
color: #7182DB;
}
</style>
background-color css
<style>
a { background-color: #7182DB; }
a { background-color: rgb(113,130,219); }
div.DivClassName
{
background-color: #7182DB;
}
.BgClassName
{
background-color: #7182DB;
}
</style>
border-color css
<style>
span { border-color: #7182DB; }
span { border-color: rgb(113,130,219); }
td.TdClassName
{
border-color: #7182DB;
}
.TagClassName
{
border-color: #7182DB;
}
</style>