Shades of Cornflower Blue #708BED
Tints of Cornflower Blue #708BED
RGB
CMYK
RGB Variations
Color information
#708BED (or 0x708BED) is known color: Cornflower Blue. HEX triplet: 70, 8B and ED. RGB value is (112,139,237). Sum of RGB (Red+Green+Blue) = 112+139+237=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #708BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BED is #8F7412. Grayscale: #8D8D8D. Windows color (decimal): -9401363 or 15567728. OLE color: 15567728.
HSL color Cylindrical-coordinate representation of color #708BED: hue angle of 227.04º 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 #708BED is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 139 | 237 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.07 |
| HSL | 227.04º | 0.78% | 0.68% | - |
| HSV(B) | 227.04º | 0.53% | 0.93% | - |
| XYZ | 31.2 | 28.02 | 83.89 | - |
| YUV | 142.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 237 | 0.53 | 0.41 | 0 | 0.07 | 227.04 | 0.78 | 0.68 |
| Hex | 70 | 8B | ED | 35 | 29 | 0 | 7 | E3 | 4E | 44 |
| Octal | 160 | 213 | 355 | 65 | 51 | 0 | 7 | 343 | 116 | 104 |
| Binary | 1110000 | 10001011 | 11101101 | 110101 | 101001 | 0 | 111 | 11100011 | 1001110 | 1000100 |
Color Harmonies of #708BED
Complementary color
Monochromatic Colors of #708BED
Black with #708BED
Text Example
Text Example
White with #708BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BED; }
p { color: rgb(112,139,237); }
H1.HeaderClassName
{
color: #708BED;
}
.AnyTagClassName
{
color: #708BED;
}
</style>
background-color css
<style>
a { background-color: #708BED; }
a { background-color: rgb(112,139,237); }
div.DivClassName
{
background-color: #708BED;
}
.BgClassName
{
background-color: #708BED;
}
</style>
border-color css
<style>
span { border-color: #708BED; }
span { border-color: rgb(112,139,237); }
td.TdClassName
{
border-color: #708BED;
}
.TagClassName
{
border-color: #708BED;
}
</style>