Shades of Cornflower Blue #708AD7
Tints of Cornflower Blue #708AD7
RGB
CMYK
RGB Variations
Color information
#708AD7 (or 0x708AD7) is known color: Cornflower Blue. HEX triplet: 70, 8A and D7. RGB value is (112,138,215). Sum of RGB (Red+Green+Blue) = 112+138+215=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #708AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD7 is #8F7528. Grayscale: #8A8A8A. Windows color (decimal): -9401641 or 14125680. OLE color: 14125680.
HSL color Cylindrical-coordinate representation of color #708AD7: hue angle of 224.85º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708AD7 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 138 | 215 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.16 |
| HSL | 224.85º | 0.56% | 0.64% | - |
| HSV(B) | 224.85º | 0.48% | 0.84% | - |
| XYZ | 28.04 | 26.53 | 67.93 | - |
| YUV | 139 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 215 | 0.48 | 0.36 | 0 | 0.16 | 224.85 | 0.56 | 0.64 |
| Hex | 70 | 8A | D7 | 30 | 24 | 0 | 10 | E1 | 38 | 40 |
| Octal | 160 | 212 | 327 | 60 | 44 | 0 | 20 | 341 | 70 | 100 |
| Binary | 1110000 | 10001010 | 11010111 | 110000 | 100100 | 0 | 10000 | 11100001 | 111000 | 1000000 |
Color Harmonies of #708AD7
Complementary color
Monochromatic Colors of #708AD7
Black with #708AD7
Text Example
Text Example
White with #708AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AD7; }
p { color: rgb(112,138,215); }
H1.HeaderClassName
{
color: #708AD7;
}
.AnyTagClassName
{
color: #708AD7;
}
</style>
background-color css
<style>
a { background-color: #708AD7; }
a { background-color: rgb(112,138,215); }
div.DivClassName
{
background-color: #708AD7;
}
.BgClassName
{
background-color: #708AD7;
}
</style>
border-color css
<style>
span { border-color: #708AD7; }
span { border-color: rgb(112,138,215); }
td.TdClassName
{
border-color: #708AD7;
}
.TagClassName
{
border-color: #708AD7;
}
</style>