Shades of Cornflower Blue #7089DF
Tints of Cornflower Blue #7089DF
RGB
CMYK
RGB Variations
Color information
#7089DF (or 0x7089DF) is known color: Cornflower Blue. HEX triplet: 70, 89 and DF. RGB value is (112,137,223). Sum of RGB (Red+Green+Blue) = 112+137+223=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7089DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089DF is #8F7620. Grayscale: #8A8A8A. Windows color (decimal): -9401889 or 14649712. OLE color: 14649712.
HSL color Cylindrical-coordinate representation of color #7089DF: hue angle of 226.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7089DF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 137 | 223 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.13 |
| HSL | 226.49º | 0.63% | 0.66% | - |
| HSV(B) | 226.49º | 0.5% | 0.87% | - |
| XYZ | 28.95 | 26.66 | 73.43 | - |
| YUV | 139.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 223 | 0.50 | 0.39 | 0 | 0.13 | 226.49 | 0.63 | 0.66 |
| Hex | 70 | 89 | DF | 32 | 27 | 0 | D | E2 | 3F | 42 |
| Octal | 160 | 211 | 337 | 62 | 47 | 0 | 15 | 342 | 77 | 102 |
| Binary | 1110000 | 10001001 | 11011111 | 110010 | 100111 | 0 | 1101 | 11100010 | 111111 | 1000010 |
Color Harmonies of #7089DF
Complementary color
Monochromatic Colors of #7089DF
Black with #7089DF
Text Example
Text Example
White with #7089DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7089DF; }
p { color: rgb(112,137,223); }
H1.HeaderClassName
{
color: #7089DF;
}
.AnyTagClassName
{
color: #7089DF;
}
</style>
background-color css
<style>
a { background-color: #7089DF; }
a { background-color: rgb(112,137,223); }
div.DivClassName
{
background-color: #7089DF;
}
.BgClassName
{
background-color: #7089DF;
}
</style>
border-color css
<style>
span { border-color: #7089DF; }
span { border-color: rgb(112,137,223); }
td.TdClassName
{
border-color: #7089DF;
}
.TagClassName
{
border-color: #7089DF;
}
</style>