Shades of Cornflower Blue #708EE5
Tints of Cornflower Blue #708EE5
RGB
CMYK
RGB Variations
Color information
#708EE5 (or 0x708EE5) is known color: Cornflower Blue. HEX triplet: 70, 8E and E5. RGB value is (112,142,229). Sum of RGB (Red+Green+Blue) = 112+142+229=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #708EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EE5 is #8F711A. Grayscale: #8E8E8E. Windows color (decimal): -9400603 or 15044208. OLE color: 15044208.
HSL color Cylindrical-coordinate representation of color #708EE5: hue angle of 224.62º 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 #708EE5 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 142 | 229 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.10 |
| HSL | 224.62º | 0.69% | 0.67% | - |
| HSV(B) | 224.62º | 0.51% | 0.9% | - |
| XYZ | 30.5 | 28.45 | 78.01 | - |
| YUV | 142.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 229 | 0.51 | 0.38 | 0 | 0.10 | 224.62 | 0.69 | 0.67 |
| Hex | 70 | 8E | E5 | 33 | 26 | 0 | A | E1 | 45 | 43 |
| Octal | 160 | 216 | 345 | 63 | 46 | 0 | 12 | 341 | 105 | 103 |
| Binary | 1110000 | 10001110 | 11100101 | 110011 | 100110 | 0 | 1010 | 11100001 | 1000101 | 1000011 |
Color Harmonies of #708EE5
Complementary color
Monochromatic Colors of #708EE5
Black with #708EE5
Text Example
Text Example
White with #708EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EE5; }
p { color: rgb(112,142,229); }
H1.HeaderClassName
{
color: #708EE5;
}
.AnyTagClassName
{
color: #708EE5;
}
</style>
background-color css
<style>
a { background-color: #708EE5; }
a { background-color: rgb(112,142,229); }
div.DivClassName
{
background-color: #708EE5;
}
.BgClassName
{
background-color: #708EE5;
}
</style>
border-color css
<style>
span { border-color: #708EE5; }
span { border-color: rgb(112,142,229); }
td.TdClassName
{
border-color: #708EE5;
}
.TagClassName
{
border-color: #708EE5;
}
</style>