Shades of Cornflower Blue #708DD4
Tints of Cornflower Blue #708DD4
RGB
CMYK
RGB Variations
Color information
#708DD4 (or 0x708DD4) is known color: Cornflower Blue. HEX triplet: 70, 8D and D4. RGB value is (112,141,212). Sum of RGB (Red+Green+Blue) = 112+141+212=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #708DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD4 is #8F722B. Grayscale: #8C8C8C. Windows color (decimal): -9400876 or 13929840. OLE color: 13929840.
HSL color Cylindrical-coordinate representation of color #708DD4: hue angle of 222.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708DD4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 141 | 212 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.17 |
| HSL | 222.6º | 0.54% | 0.64% | - |
| HSV(B) | 222.6º | 0.47% | 0.83% | - |
| XYZ | 28.09 | 27.25 | 66.07 | - |
| YUV | 140.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 212 | 0.47 | 0.33 | 0 | 0.17 | 222.6 | 0.54 | 0.64 |
| Hex | 70 | 8D | D4 | 2F | 21 | 0 | 11 | DF | 36 | 40 |
| Octal | 160 | 215 | 324 | 57 | 41 | 0 | 21 | 337 | 66 | 100 |
| Binary | 1110000 | 10001101 | 11010100 | 101111 | 100001 | 0 | 10001 | 11011111 | 110110 | 1000000 |
Color Harmonies of #708DD4
Complementary color
Monochromatic Colors of #708DD4
Black with #708DD4
Text Example
Text Example
White with #708DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DD4; }
p { color: rgb(112,141,212); }
H1.HeaderClassName
{
color: #708DD4;
}
.AnyTagClassName
{
color: #708DD4;
}
</style>
background-color css
<style>
a { background-color: #708DD4; }
a { background-color: rgb(112,141,212); }
div.DivClassName
{
background-color: #708DD4;
}
.BgClassName
{
background-color: #708DD4;
}
</style>
border-color css
<style>
span { border-color: #708DD4; }
span { border-color: rgb(112,141,212); }
td.TdClassName
{
border-color: #708DD4;
}
.TagClassName
{
border-color: #708DD4;
}
</style>