Shades of Cornflower Blue #7089E4
Tints of Cornflower Blue #7089E4
RGB
CMYK
RGB Variations
Color information
#7089E4 (or 0x7089E4) is known color: Cornflower Blue. HEX triplet: 70, 89 and E4. RGB value is (112,137,228). Sum of RGB (Red+Green+Blue) = 112+137+228=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #7089E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089E4 is #8F761B. Grayscale: #8B8B8B. Windows color (decimal): -9401884 or 14977392. OLE color: 14977392.
HSL color Cylindrical-coordinate representation of color #7089E4: hue angle of 227.07º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7089E4 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 137 | 228 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.11 |
| HSL | 227.07º | 0.68% | 0.67% | - |
| HSV(B) | 227.07º | 0.51% | 0.89% | - |
| XYZ | 29.63 | 26.94 | 77.04 | - |
| YUV | 139.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 228 | 0.51 | 0.40 | 0 | 0.11 | 227.07 | 0.68 | 0.67 |
| Hex | 70 | 89 | E4 | 33 | 28 | 0 | B | E3 | 44 | 43 |
| Octal | 160 | 211 | 344 | 63 | 50 | 0 | 13 | 343 | 104 | 103 |
| Binary | 1110000 | 10001001 | 11100100 | 110011 | 101000 | 0 | 1011 | 11100011 | 1000100 | 1000011 |
Color Harmonies of #7089E4
Complementary color
Monochromatic Colors of #7089E4
Black with #7089E4
Text Example
Text Example
White with #7089E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7089E4; }
p { color: rgb(112,137,228); }
H1.HeaderClassName
{
color: #7089E4;
}
.AnyTagClassName
{
color: #7089E4;
}
</style>
background-color css
<style>
a { background-color: #7089E4; }
a { background-color: rgb(112,137,228); }
div.DivClassName
{
background-color: #7089E4;
}
.BgClassName
{
background-color: #7089E4;
}
</style>
border-color css
<style>
span { border-color: #7089E4; }
span { border-color: rgb(112,137,228); }
td.TdClassName
{
border-color: #7089E4;
}
.TagClassName
{
border-color: #7089E4;
}
</style>