Shades of Cornflower Blue #708CDE
Tints of Cornflower Blue #708CDE
RGB
CMYK
RGB Variations
Color information
#708CDE (or 0x708CDE) is known color: Cornflower Blue. HEX triplet: 70, 8C and DE. RGB value is (112,140,222). Sum of RGB (Red+Green+Blue) = 112+140+222=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #708CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CDE is #8F7321. Grayscale: #8C8C8C. Windows color (decimal): -9401122 or 14584944. OLE color: 14584944.
HSL color Cylindrical-coordinate representation of color #708CDE: hue angle of 224.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708CDE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 140 | 222 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.13 |
| HSL | 224.73º | 0.63% | 0.65% | - |
| HSV(B) | 224.73º | 0.5% | 0.87% | - |
| XYZ | 29.25 | 27.47 | 72.87 | - |
| YUV | 140.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 222 | 0.50 | 0.37 | 0 | 0.13 | 224.73 | 0.63 | 0.65 |
| Hex | 70 | 8C | DE | 32 | 25 | 0 | D | E1 | 3E | 41 |
| Octal | 160 | 214 | 336 | 62 | 45 | 0 | 15 | 341 | 76 | 101 |
| Binary | 1110000 | 10001100 | 11011110 | 110010 | 100101 | 0 | 1101 | 11100001 | 111110 | 1000001 |
Color Harmonies of #708CDE
Complementary color
Monochromatic Colors of #708CDE
Black with #708CDE
Text Example
Text Example
White with #708CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CDE; }
p { color: rgb(112,140,222); }
H1.HeaderClassName
{
color: #708CDE;
}
.AnyTagClassName
{
color: #708CDE;
}
</style>
background-color css
<style>
a { background-color: #708CDE; }
a { background-color: rgb(112,140,222); }
div.DivClassName
{
background-color: #708CDE;
}
.BgClassName
{
background-color: #708CDE;
}
</style>
border-color css
<style>
span { border-color: #708CDE; }
span { border-color: rgb(112,140,222); }
td.TdClassName
{
border-color: #708CDE;
}
.TagClassName
{
border-color: #708CDE;
}
</style>