Shades of Cornflower Blue #7080DF
Tints of Cornflower Blue #7080DF
RGB
CMYK
RGB Variations
Color information
#7080DF (or 0x7080DF) is known color: Cornflower Blue. HEX triplet: 70, 80 and DF. RGB value is (112,128,223). Sum of RGB (Red+Green+Blue) = 112+128+223=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #7080DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080DF is #8F7F20. Grayscale: #858585. Windows color (decimal): -9404193 or 14647408. OLE color: 14647408.
HSL color Cylindrical-coordinate representation of color #7080DF: hue angle of 231.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7080DF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 128 | 223 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.13 |
| HSL | 231.35º | 0.63% | 0.66% | - |
| HSV(B) | 231.35º | 0.5% | 0.87% | - |
| XYZ | 27.72 | 24.21 | 73.02 | - |
| YUV | 134.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 223 | 0.50 | 0.43 | 0 | 0.13 | 231.35 | 0.63 | 0.66 |
| Hex | 70 | 80 | DF | 32 | 2B | 0 | D | E7 | 3F | 42 |
| Octal | 160 | 200 | 337 | 62 | 53 | 0 | 15 | 347 | 77 | 102 |
| Binary | 1110000 | 10000000 | 11011111 | 110010 | 101011 | 0 | 1101 | 11100111 | 111111 | 1000010 |
Color Harmonies of #7080DF
Complementary color
Monochromatic Colors of #7080DF
Black with #7080DF
Text Example
Text Example
White with #7080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7080DF; }
p { color: rgb(112,128,223); }
H1.HeaderClassName
{
color: #7080DF;
}
.AnyTagClassName
{
color: #7080DF;
}
</style>
background-color css
<style>
a { background-color: #7080DF; }
a { background-color: rgb(112,128,223); }
div.DivClassName
{
background-color: #7080DF;
}
.BgClassName
{
background-color: #7080DF;
}
</style>
border-color css
<style>
span { border-color: #7080DF; }
span { border-color: rgb(112,128,223); }
td.TdClassName
{
border-color: #7080DF;
}
.TagClassName
{
border-color: #7080DF;
}
</style>