Shades of Cornflower Blue #7093DC
Tints of Cornflower Blue #7093DC
RGB
CMYK
RGB Variations
Color information
#7093DC (or 0x7093DC) is known color: Cornflower Blue. HEX triplet: 70, 93 and DC. RGB value is (112,147,220). Sum of RGB (Red+Green+Blue) = 112+147+220=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #7093DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093DC is #8F6C23. Grayscale: #909090. Windows color (decimal): -9399332 or 14455664. OLE color: 14455664.
HSL color Cylindrical-coordinate representation of color #7093DC: hue angle of 220.56º 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 #7093DC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 147 | 220 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.14 |
| HSL | 220.56º | 0.61% | 0.65% | - |
| HSV(B) | 220.56º | 0.49% | 0.86% | - |
| XYZ | 30.03 | 29.48 | 71.82 | - |
| YUV | 144.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 220 | 0.49 | 0.33 | 0 | 0.14 | 220.56 | 0.61 | 0.65 |
| Hex | 70 | 93 | DC | 31 | 21 | 0 | E | DD | 3D | 41 |
| Octal | 160 | 223 | 334 | 61 | 41 | 0 | 16 | 335 | 75 | 101 |
| Binary | 1110000 | 10010011 | 11011100 | 110001 | 100001 | 0 | 1110 | 11011101 | 111101 | 1000001 |
Color Harmonies of #7093DC
Complementary color
Monochromatic Colors of #7093DC
Black with #7093DC
Text Example
Text Example
White with #7093DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7093DC; }
p { color: rgb(112,147,220); }
H1.HeaderClassName
{
color: #7093DC;
}
.AnyTagClassName
{
color: #7093DC;
}
</style>
background-color css
<style>
a { background-color: #7093DC; }
a { background-color: rgb(112,147,220); }
div.DivClassName
{
background-color: #7093DC;
}
.BgClassName
{
background-color: #7093DC;
}
</style>
border-color css
<style>
span { border-color: #7093DC; }
span { border-color: rgb(112,147,220); }
td.TdClassName
{
border-color: #7093DC;
}
.TagClassName
{
border-color: #7093DC;
}
</style>