Shades of Cornflower Blue #708AD5
Tints of Cornflower Blue #708AD5
RGB
CMYK
RGB Variations
Color information
#708AD5 (or 0x708AD5) is known color: Cornflower Blue. HEX triplet: 70, 8A and D5. RGB value is (112,138,213). Sum of RGB (Red+Green+Blue) = 112+138+213=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #708AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD5 is #8F752A. Grayscale: #8A8A8A. Windows color (decimal): -9401643 or 13994608. OLE color: 13994608.
HSL color Cylindrical-coordinate representation of color #708AD5: hue angle of 224.55º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708AD5 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 138 | 213 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.16 |
| HSL | 224.55º | 0.55% | 0.64% | - |
| HSV(B) | 224.55º | 0.47% | 0.84% | - |
| XYZ | 27.78 | 26.43 | 66.59 | - |
| YUV | 138.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 213 | 0.47 | 0.35 | 0 | 0.16 | 224.55 | 0.55 | 0.64 |
| Hex | 70 | 8A | D5 | 2F | 23 | 0 | 10 | E1 | 37 | 40 |
| Octal | 160 | 212 | 325 | 57 | 43 | 0 | 20 | 341 | 67 | 100 |
| Binary | 1110000 | 10001010 | 11010101 | 101111 | 100011 | 0 | 10000 | 11100001 | 110111 | 1000000 |
Color Harmonies of #708AD5
Complementary color
Monochromatic Colors of #708AD5
Black with #708AD5
Text Example
Text Example
White with #708AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AD5; }
p { color: rgb(112,138,213); }
H1.HeaderClassName
{
color: #708AD5;
}
.AnyTagClassName
{
color: #708AD5;
}
</style>
background-color css
<style>
a { background-color: #708AD5; }
a { background-color: rgb(112,138,213); }
div.DivClassName
{
background-color: #708AD5;
}
.BgClassName
{
background-color: #708AD5;
}
</style>
border-color css
<style>
span { border-color: #708AD5; }
span { border-color: rgb(112,138,213); }
td.TdClassName
{
border-color: #708AD5;
}
.TagClassName
{
border-color: #708AD5;
}
</style>