Shades of Cornflower Blue #708AD6
Tints of Cornflower Blue #708AD6
RGB
CMYK
RGB Variations
Color information
#708AD6 (or 0x708AD6) is known color: Cornflower Blue. HEX triplet: 70, 8A and D6. RGB value is (112,138,214). Sum of RGB (Red+Green+Blue) = 112+138+214=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #708AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD6 is #8F7529. Grayscale: #8A8A8A. Windows color (decimal): -9401642 or 14060144. OLE color: 14060144.
HSL color Cylindrical-coordinate representation of color #708AD6: hue angle of 224.71º degrees, saturation: 0.55, 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 #708AD6 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 138 | 214 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.16 |
| HSL | 224.71º | 0.55% | 0.64% | - |
| HSV(B) | 224.71º | 0.48% | 0.84% | - |
| XYZ | 27.91 | 26.48 | 67.26 | - |
| YUV | 138.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 214 | 0.48 | 0.36 | 0 | 0.16 | 224.71 | 0.55 | 0.64 |
| Hex | 70 | 8A | D6 | 30 | 24 | 0 | 10 | E1 | 37 | 40 |
| Octal | 160 | 212 | 326 | 60 | 44 | 0 | 20 | 341 | 67 | 100 |
| Binary | 1110000 | 10001010 | 11010110 | 110000 | 100100 | 0 | 10000 | 11100001 | 110111 | 1000000 |
Color Harmonies of #708AD6
Complementary color
Monochromatic Colors of #708AD6
Black with #708AD6
Text Example
Text Example
White with #708AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AD6; }
p { color: rgb(112,138,214); }
H1.HeaderClassName
{
color: #708AD6;
}
.AnyTagClassName
{
color: #708AD6;
}
</style>
background-color css
<style>
a { background-color: #708AD6; }
a { background-color: rgb(112,138,214); }
div.DivClassName
{
background-color: #708AD6;
}
.BgClassName
{
background-color: #708AD6;
}
</style>
border-color css
<style>
span { border-color: #708AD6; }
span { border-color: rgb(112,138,214); }
td.TdClassName
{
border-color: #708AD6;
}
.TagClassName
{
border-color: #708AD6;
}
</style>