Shades of Cornflower Blue #7090EF
Tints of Cornflower Blue #7090EF
RGB
CMYK
RGB Variations
Color information
#7090EF (or 0x7090EF) is known color: Cornflower Blue. HEX triplet: 70, 90 and EF. RGB value is (112,144,239). Sum of RGB (Red+Green+Blue) = 112+144+239=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #7090EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7090EF is #8F6F10. Grayscale: #909090. Windows color (decimal): -9400081 or 15700080. OLE color: 15700080.
HSL color Cylindrical-coordinate representation of color #7090EF: hue angle of 224.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7090EF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 144 | 239 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.06 |
| HSL | 224.88º | 0.8% | 0.69% | - |
| HSV(B) | 224.88º | 0.53% | 0.94% | - |
| XYZ | 32.24 | 29.62 | 85.68 | - |
| YUV | 145.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 239 | 0.53 | 0.40 | 0 | 0.06 | 224.88 | 0.8 | 0.69 |
| Hex | 70 | 90 | EF | 35 | 28 | 0 | 6 | E1 | 50 | 45 |
| Octal | 160 | 220 | 357 | 65 | 50 | 0 | 6 | 341 | 120 | 105 |
| Binary | 1110000 | 10010000 | 11101111 | 110101 | 101000 | 0 | 110 | 11100001 | 1010000 | 1000101 |
Color Harmonies of #7090EF
Complementary color
Monochromatic Colors of #7090EF
Black with #7090EF
Text Example
Text Example
White with #7090EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090EF; }
p { color: rgb(112,144,239); }
H1.HeaderClassName
{
color: #7090EF;
}
.AnyTagClassName
{
color: #7090EF;
}
</style>
background-color css
<style>
a { background-color: #7090EF; }
a { background-color: rgb(112,144,239); }
div.DivClassName
{
background-color: #7090EF;
}
.BgClassName
{
background-color: #7090EF;
}
</style>
border-color css
<style>
span { border-color: #7090EF; }
span { border-color: rgb(112,144,239); }
td.TdClassName
{
border-color: #7090EF;
}
.TagClassName
{
border-color: #7090EF;
}
</style>