Shades of Cornflower Blue #708FE7
Tints of Cornflower Blue #708FE7
RGB
CMYK
RGB Variations
Color information
#708FE7 (or 0x708FE7) is known color: Cornflower Blue. HEX triplet: 70, 8F and E7. RGB value is (112,143,231). Sum of RGB (Red+Green+Blue) = 112+143+231=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #708FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FE7 is #8F7018. Grayscale: #8F8F8F. Windows color (decimal): -9400345 or 15175536. OLE color: 15175536.
HSL color Cylindrical-coordinate representation of color #708FE7: hue angle of 224.37º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708FE7 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 143 | 231 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.09 |
| HSL | 224.37º | 0.71% | 0.67% | - |
| HSV(B) | 224.37º | 0.52% | 0.91% | - |
| XYZ | 30.93 | 28.86 | 79.54 | - |
| YUV | 143.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 231 | 0.52 | 0.38 | 0 | 0.09 | 224.37 | 0.71 | 0.67 |
| Hex | 70 | 8F | E7 | 34 | 26 | 0 | 9 | E0 | 47 | 43 |
| Octal | 160 | 217 | 347 | 64 | 46 | 0 | 11 | 340 | 107 | 103 |
| Binary | 1110000 | 10001111 | 11100111 | 110100 | 100110 | 0 | 1001 | 11100000 | 1000111 | 1000011 |
Color Harmonies of #708FE7
Complementary color
Monochromatic Colors of #708FE7
Black with #708FE7
Text Example
Text Example
White with #708FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FE7; }
p { color: rgb(112,143,231); }
H1.HeaderClassName
{
color: #708FE7;
}
.AnyTagClassName
{
color: #708FE7;
}
</style>
background-color css
<style>
a { background-color: #708FE7; }
a { background-color: rgb(112,143,231); }
div.DivClassName
{
background-color: #708FE7;
}
.BgClassName
{
background-color: #708FE7;
}
</style>
border-color css
<style>
span { border-color: #708FE7; }
span { border-color: rgb(112,143,231); }
td.TdClassName
{
border-color: #708FE7;
}
.TagClassName
{
border-color: #708FE7;
}
</style>