Shades of Cornflower Blue #708BE5
Tints of Cornflower Blue #708BE5
RGB
CMYK
RGB Variations
Color information
#708BE5 (or 0x708BE5) is known color: Cornflower Blue. HEX triplet: 70, 8B and E5. RGB value is (112,139,229). Sum of RGB (Red+Green+Blue) = 112+139+229=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #708BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BE5 is #8F741A. Grayscale: #8C8C8C. Windows color (decimal): -9401371 or 15043440. OLE color: 15043440.
HSL color Cylindrical-coordinate representation of color #708BE5: hue angle of 226.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708BE5 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 139 | 229 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.10 |
| HSL | 226.15º | 0.69% | 0.67% | - |
| HSV(B) | 226.15º | 0.51% | 0.9% | - |
| XYZ | 30.06 | 27.57 | 77.87 | - |
| YUV | 141.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 229 | 0.51 | 0.39 | 0 | 0.10 | 226.15 | 0.69 | 0.67 |
| Hex | 70 | 8B | E5 | 33 | 27 | 0 | A | E2 | 45 | 43 |
| Octal | 160 | 213 | 345 | 63 | 47 | 0 | 12 | 342 | 105 | 103 |
| Binary | 1110000 | 10001011 | 11100101 | 110011 | 100111 | 0 | 1010 | 11100010 | 1000101 | 1000011 |
Color Harmonies of #708BE5
Complementary color
Monochromatic Colors of #708BE5
Black with #708BE5
Text Example
Text Example
White with #708BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BE5; }
p { color: rgb(112,139,229); }
H1.HeaderClassName
{
color: #708BE5;
}
.AnyTagClassName
{
color: #708BE5;
}
</style>
background-color css
<style>
a { background-color: #708BE5; }
a { background-color: rgb(112,139,229); }
div.DivClassName
{
background-color: #708BE5;
}
.BgClassName
{
background-color: #708BE5;
}
</style>
border-color css
<style>
span { border-color: #708BE5; }
span { border-color: rgb(112,139,229); }
td.TdClassName
{
border-color: #708BE5;
}
.TagClassName
{
border-color: #708BE5;
}
</style>