Shades of Cornflower Blue #709EED
Tints of Cornflower Blue #709EED
RGB
CMYK
RGB Variations
Color information
#709EED (or 0x709EED) is known color: Cornflower Blue. HEX triplet: 70, 9E and ED. RGB value is (112,158,237). Sum of RGB (Red+Green+Blue) = 112+158+237=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #709EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EED is #8F6112. Grayscale: #989898. Windows color (decimal): -9396499 or 15572592. OLE color: 15572592.
HSL color Cylindrical-coordinate representation of color #709EED: hue angle of 217.92º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709EED is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 158 | 237 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.07 |
| HSL | 217.92º | 0.78% | 0.68% | - |
| HSV(B) | 217.92º | 0.53% | 0.93% | - |
| XYZ | 34.2 | 34.01 | 84.88 | - |
| YUV | 153.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 237 | 0.53 | 0.33 | 0 | 0.07 | 217.92 | 0.78 | 0.68 |
| Hex | 70 | 9E | ED | 35 | 21 | 0 | 7 | DA | 4E | 44 |
| Octal | 160 | 236 | 355 | 65 | 41 | 0 | 7 | 332 | 116 | 104 |
| Binary | 1110000 | 10011110 | 11101101 | 110101 | 100001 | 0 | 111 | 11011010 | 1001110 | 1000100 |
Color Harmonies of #709EED
Complementary color
Monochromatic Colors of #709EED
Black with #709EED
Text Example
Text Example
White with #709EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EED; }
p { color: rgb(112,158,237); }
H1.HeaderClassName
{
color: #709EED;
}
.AnyTagClassName
{
color: #709EED;
}
</style>
background-color css
<style>
a { background-color: #709EED; }
a { background-color: rgb(112,158,237); }
div.DivClassName
{
background-color: #709EED;
}
.BgClassName
{
background-color: #709EED;
}
</style>
border-color css
<style>
span { border-color: #709EED; }
span { border-color: rgb(112,158,237); }
td.TdClassName
{
border-color: #709EED;
}
.TagClassName
{
border-color: #709EED;
}
</style>