Shades of Cornflower Blue #708ADC
Tints of Cornflower Blue #708ADC
RGB
CMYK
RGB Variations
Color information
#708ADC (or 0x708ADC) is known color: Cornflower Blue. HEX triplet: 70, 8A and DC. RGB value is (112,138,220). Sum of RGB (Red+Green+Blue) = 112+138+220=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #708ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ADC is #8F7523. Grayscale: #8B8B8B. Windows color (decimal): -9401636 or 14453360. OLE color: 14453360.
HSL color Cylindrical-coordinate representation of color #708ADC: hue angle of 225.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708ADC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 138 | 220 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.14 |
| HSL | 225.56º | 0.61% | 0.65% | - |
| HSV(B) | 225.56º | 0.49% | 0.86% | - |
| XYZ | 28.69 | 26.79 | 71.37 | - |
| YUV | 139.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 220 | 0.49 | 0.37 | 0 | 0.14 | 225.56 | 0.61 | 0.65 |
| Hex | 70 | 8A | DC | 31 | 25 | 0 | E | E2 | 3D | 41 |
| Octal | 160 | 212 | 334 | 61 | 45 | 0 | 16 | 342 | 75 | 101 |
| Binary | 1110000 | 10001010 | 11011100 | 110001 | 100101 | 0 | 1110 | 11100010 | 111101 | 1000001 |
Color Harmonies of #708ADC
Complementary color
Monochromatic Colors of #708ADC
Black with #708ADC
Text Example
Text Example
White with #708ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ADC; }
p { color: rgb(112,138,220); }
H1.HeaderClassName
{
color: #708ADC;
}
.AnyTagClassName
{
color: #708ADC;
}
</style>
background-color css
<style>
a { background-color: #708ADC; }
a { background-color: rgb(112,138,220); }
div.DivClassName
{
background-color: #708ADC;
}
.BgClassName
{
background-color: #708ADC;
}
</style>
border-color css
<style>
span { border-color: #708ADC; }
span { border-color: rgb(112,138,220); }
td.TdClassName
{
border-color: #708ADC;
}
.TagClassName
{
border-color: #708ADC;
}
</style>