Shades of Cornflower Blue #7090DC
Tints of Cornflower Blue #7090DC
RGB
CMYK
RGB Variations
Color information
#7090DC (or 0x7090DC) is known color: Cornflower Blue. HEX triplet: 70, 90 and DC. RGB value is (112,144,220). Sum of RGB (Red+Green+Blue) = 112+144+220=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #7090DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090DC is #8F6F23. Grayscale: #8E8E8E. Windows color (decimal): -9400100 or 14454896. OLE color: 14454896.
HSL color Cylindrical-coordinate representation of color #7090DC: hue angle of 222.22º 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 #7090DC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 144 | 220 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.14 |
| HSL | 222.22º | 0.61% | 0.65% | - |
| HSV(B) | 222.22º | 0.49% | 0.86% | - |
| XYZ | 29.57 | 28.56 | 71.66 | - |
| YUV | 143.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 220 | 0.49 | 0.35 | 0 | 0.14 | 222.22 | 0.61 | 0.65 |
| Hex | 70 | 90 | DC | 31 | 23 | 0 | E | DE | 3D | 41 |
| Octal | 160 | 220 | 334 | 61 | 43 | 0 | 16 | 336 | 75 | 101 |
| Binary | 1110000 | 10010000 | 11011100 | 110001 | 100011 | 0 | 1110 | 11011110 | 111101 | 1000001 |
Color Harmonies of #7090DC
Complementary color
Monochromatic Colors of #7090DC
Black with #7090DC
Text Example
Text Example
White with #7090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090DC; }
p { color: rgb(112,144,220); }
H1.HeaderClassName
{
color: #7090DC;
}
.AnyTagClassName
{
color: #7090DC;
}
</style>
background-color css
<style>
a { background-color: #7090DC; }
a { background-color: rgb(112,144,220); }
div.DivClassName
{
background-color: #7090DC;
}
.BgClassName
{
background-color: #7090DC;
}
</style>
border-color css
<style>
span { border-color: #7090DC; }
span { border-color: rgb(112,144,220); }
td.TdClassName
{
border-color: #7090DC;
}
.TagClassName
{
border-color: #7090DC;
}
</style>