Shades of Cornflower Blue #7088DC
Tints of Cornflower Blue #7088DC
RGB
CMYK
RGB Variations
Color information
#7088DC (or 0x7088DC) is known color: Cornflower Blue. HEX triplet: 70, 88 and DC. RGB value is (112,136,220). Sum of RGB (Red+Green+Blue) = 112+136+220=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7088DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088DC is #8F7723. Grayscale: #8A8A8A. Windows color (decimal): -9402148 or 14452848. OLE color: 14452848.
HSL color Cylindrical-coordinate representation of color #7088DC: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7088DC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 136 | 220 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.14 |
| HSL | 226.67º | 0.61% | 0.65% | - |
| HSV(B) | 226.67º | 0.49% | 0.86% | - |
| XYZ | 28.4 | 26.22 | 71.27 | - |
| YUV | 138.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 220 | 0.49 | 0.38 | 0 | 0.14 | 226.67 | 0.61 | 0.65 |
| Hex | 70 | 88 | DC | 31 | 26 | 0 | E | E3 | 3D | 41 |
| Octal | 160 | 210 | 334 | 61 | 46 | 0 | 16 | 343 | 75 | 101 |
| Binary | 1110000 | 10001000 | 11011100 | 110001 | 100110 | 0 | 1110 | 11100011 | 111101 | 1000001 |
Color Harmonies of #7088DC
Complementary color
Monochromatic Colors of #7088DC
Black with #7088DC
Text Example
Text Example
White with #7088DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7088DC; }
p { color: rgb(112,136,220); }
H1.HeaderClassName
{
color: #7088DC;
}
.AnyTagClassName
{
color: #7088DC;
}
</style>
background-color css
<style>
a { background-color: #7088DC; }
a { background-color: rgb(112,136,220); }
div.DivClassName
{
background-color: #7088DC;
}
.BgClassName
{
background-color: #7088DC;
}
</style>
border-color css
<style>
span { border-color: #7088DC; }
span { border-color: rgb(112,136,220); }
td.TdClassName
{
border-color: #7088DC;
}
.TagClassName
{
border-color: #7088DC;
}
</style>