Shades of Cornflower Blue #7094EF
Tints of Cornflower Blue #7094EF
RGB
CMYK
RGB Variations
Color information
#7094EF (or 0x7094EF) is known color: Cornflower Blue. HEX triplet: 70, 94 and EF. RGB value is (112,148,239). Sum of RGB (Red+Green+Blue) = 112+148+239=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #7094EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7094EF is #8F6B10. Grayscale: #939393. Windows color (decimal): -9399057 or 15701104. OLE color: 15701104.
HSL color Cylindrical-coordinate representation of color #7094EF: hue angle of 222.99º 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 #7094EF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 148 | 239 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.06 |
| HSL | 222.99º | 0.8% | 0.69% | - |
| HSV(B) | 222.99º | 0.53% | 0.94% | - |
| XYZ | 32.85 | 30.86 | 85.89 | - |
| YUV | 147.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 239 | 0.53 | 0.38 | 0 | 0.06 | 222.99 | 0.8 | 0.69 |
| Hex | 70 | 94 | EF | 35 | 26 | 0 | 6 | DF | 50 | 45 |
| Octal | 160 | 224 | 357 | 65 | 46 | 0 | 6 | 337 | 120 | 105 |
| Binary | 1110000 | 10010100 | 11101111 | 110101 | 100110 | 0 | 110 | 11011111 | 1010000 | 1000101 |
Color Harmonies of #7094EF
Complementary color
Monochromatic Colors of #7094EF
Black with #7094EF
Text Example
Text Example
White with #7094EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7094EF; }
p { color: rgb(112,148,239); }
H1.HeaderClassName
{
color: #7094EF;
}
.AnyTagClassName
{
color: #7094EF;
}
</style>
background-color css
<style>
a { background-color: #7094EF; }
a { background-color: rgb(112,148,239); }
div.DivClassName
{
background-color: #7094EF;
}
.BgClassName
{
background-color: #7094EF;
}
</style>
border-color css
<style>
span { border-color: #7094EF; }
span { border-color: rgb(112,148,239); }
td.TdClassName
{
border-color: #7094EF;
}
.TagClassName
{
border-color: #7094EF;
}
</style>