Shades of Cornflower Blue #708FE5
Tints of Cornflower Blue #708FE5
RGB
CMYK
RGB Variations
Color information
#708FE5 (or 0x708FE5) is known color: Cornflower Blue. HEX triplet: 70, 8F and E5. RGB value is (112,143,229). Sum of RGB (Red+Green+Blue) = 112+143+229=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #708FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FE5 is #8F701A. Grayscale: #8F8F8F. Windows color (decimal): -9400347 or 15044464. OLE color: 15044464.
HSL color Cylindrical-coordinate representation of color #708FE5: hue angle of 224.1º 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 #708FE5 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 143 | 229 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.10 |
| HSL | 224.1º | 0.69% | 0.67% | - |
| HSV(B) | 224.1º | 0.51% | 0.9% | - |
| XYZ | 30.65 | 28.75 | 78.06 | - |
| YUV | 143.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 229 | 0.51 | 0.38 | 0 | 0.10 | 224.1 | 0.69 | 0.67 |
| Hex | 70 | 8F | E5 | 33 | 26 | 0 | A | E0 | 45 | 43 |
| Octal | 160 | 217 | 345 | 63 | 46 | 0 | 12 | 340 | 105 | 103 |
| Binary | 1110000 | 10001111 | 11100101 | 110011 | 100110 | 0 | 1010 | 11100000 | 1000101 | 1000011 |
Color Harmonies of #708FE5
Complementary color
Monochromatic Colors of #708FE5
Black with #708FE5
Text Example
Text Example
White with #708FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FE5; }
p { color: rgb(112,143,229); }
H1.HeaderClassName
{
color: #708FE5;
}
.AnyTagClassName
{
color: #708FE5;
}
</style>
background-color css
<style>
a { background-color: #708FE5; }
a { background-color: rgb(112,143,229); }
div.DivClassName
{
background-color: #708FE5;
}
.BgClassName
{
background-color: #708FE5;
}
</style>
border-color css
<style>
span { border-color: #708FE5; }
span { border-color: rgb(112,143,229); }
td.TdClassName
{
border-color: #708FE5;
}
.TagClassName
{
border-color: #708FE5;
}
</style>