Shades of Cornflower Blue #7090DD
Tints of Cornflower Blue #7090DD
RGB
CMYK
RGB Variations
Color information
#7090DD (or 0x7090DD) is known color: Cornflower Blue. HEX triplet: 70, 90 and DD. RGB value is (112,144,221). Sum of RGB (Red+Green+Blue) = 112+144+221=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #7090DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090DD is #8F6F22. Grayscale: #8E8E8E. Windows color (decimal): -9400099 or 14520432. OLE color: 14520432.
HSL color Cylindrical-coordinate representation of color #7090DD: hue angle of 222.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7090DD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 144 | 221 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.13 |
| HSL | 222.39º | 0.62% | 0.65% | - |
| HSV(B) | 222.39º | 0.49% | 0.87% | - |
| XYZ | 29.71 | 28.61 | 72.36 | - |
| YUV | 143.21 | 171.9 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 221 | 0.49 | 0.35 | 0 | 0.13 | 222.39 | 0.62 | 0.65 |
| Hex | 70 | 90 | DD | 31 | 23 | 0 | D | DE | 3E | 41 |
| Octal | 160 | 220 | 335 | 61 | 43 | 0 | 15 | 336 | 76 | 101 |
| Binary | 1110000 | 10010000 | 11011101 | 110001 | 100011 | 0 | 1101 | 11011110 | 111110 | 1000001 |
Color Harmonies of #7090DD
Complementary color
Monochromatic Colors of #7090DD
Black with #7090DD
Text Example
Text Example
White with #7090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090DD; }
p { color: rgb(112,144,221); }
H1.HeaderClassName
{
color: #7090DD;
}
.AnyTagClassName
{
color: #7090DD;
}
</style>
background-color css
<style>
a { background-color: #7090DD; }
a { background-color: rgb(112,144,221); }
div.DivClassName
{
background-color: #7090DD;
}
.BgClassName
{
background-color: #7090DD;
}
</style>
border-color css
<style>
span { border-color: #7090DD; }
span { border-color: rgb(112,144,221); }
td.TdClassName
{
border-color: #7090DD;
}
.TagClassName
{
border-color: #7090DD;
}
</style>