Shades of Cornflower Blue #7183DB
Tints of Cornflower Blue #7183DB
RGB
CMYK
RGB Variations
Color information
#7183DB (or 0x7183DB) is known color: Cornflower Blue. HEX triplet: 71, 83 and DB. RGB value is (113,131,219). Sum of RGB (Red+Green+Blue) = 113+131+219=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7183DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183DB is #8E7C24. Grayscale: #878787. Windows color (decimal): -9337893 or 14386033. OLE color: 14386033.
HSL color Cylindrical-coordinate representation of color #7183DB: hue angle of 229.81º 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 #7183DB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 131 | 219 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.14 |
| HSL | 229.81º | 0.6% | 0.65% | - |
| HSV(B) | 229.81º | 0.48% | 0.86% | - |
| XYZ | 27.71 | 24.86 | 70.36 | - |
| YUV | 135.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 219 | 0.48 | 0.40 | 0 | 0.14 | 229.81 | 0.6 | 0.65 |
| Hex | 71 | 83 | DB | 30 | 28 | 0 | E | E6 | 3C | 41 |
| Octal | 161 | 203 | 333 | 60 | 50 | 0 | 16 | 346 | 74 | 101 |
| Binary | 1110001 | 10000011 | 11011011 | 110000 | 101000 | 0 | 1110 | 11100110 | 111100 | 1000001 |
Color Harmonies of #7183DB
Complementary color
Monochromatic Colors of #7183DB
Black with #7183DB
Text Example
Text Example
White with #7183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183DB; }
p { color: rgb(113,131,219); }
H1.HeaderClassName
{
color: #7183DB;
}
.AnyTagClassName
{
color: #7183DB;
}
</style>
background-color css
<style>
a { background-color: #7183DB; }
a { background-color: rgb(113,131,219); }
div.DivClassName
{
background-color: #7183DB;
}
.BgClassName
{
background-color: #7183DB;
}
</style>
border-color css
<style>
span { border-color: #7183DB; }
span { border-color: rgb(113,131,219); }
td.TdClassName
{
border-color: #7183DB;
}
.TagClassName
{
border-color: #7183DB;
}
</style>