Shades of Cornflower Blue #707FED
Tints of Cornflower Blue #707FED
RGB
CMYK
RGB Variations
Color information
#707FED (or 0x707FED) is known color: Cornflower Blue. HEX triplet: 70, 7F and ED. RGB value is (112,127,237). Sum of RGB (Red+Green+Blue) = 112+127+237=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #707FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FED is #8F8012. Grayscale: #868686. Windows color (decimal): -9404435 or 15564656. OLE color: 15564656.
HSL color Cylindrical-coordinate representation of color #707FED: hue angle of 232.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707FED is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 127 | 237 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.07 |
| HSL | 232.8º | 0.78% | 0.68% | - |
| HSV(B) | 232.8º | 0.53% | 0.93% | - |
| XYZ | 29.56 | 24.74 | 83.34 | - |
| YUV | 135.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 237 | 0.53 | 0.46 | 0 | 0.07 | 232.8 | 0.78 | 0.68 |
| Hex | 70 | 7F | ED | 35 | 2E | 0 | 7 | E9 | 4E | 44 |
| Octal | 160 | 177 | 355 | 65 | 56 | 0 | 7 | 351 | 116 | 104 |
| Binary | 1110000 | 1111111 | 11101101 | 110101 | 101110 | 0 | 111 | 11101001 | 1001110 | 1000100 |
Color Harmonies of #707FED
Complementary color
Monochromatic Colors of #707FED
Black with #707FED
Text Example
Text Example
White with #707FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FED; }
p { color: rgb(112,127,237); }
H1.HeaderClassName
{
color: #707FED;
}
.AnyTagClassName
{
color: #707FED;
}
</style>
background-color css
<style>
a { background-color: #707FED; }
a { background-color: rgb(112,127,237); }
div.DivClassName
{
background-color: #707FED;
}
.BgClassName
{
background-color: #707FED;
}
</style>
border-color css
<style>
span { border-color: #707FED; }
span { border-color: rgb(112,127,237); }
td.TdClassName
{
border-color: #707FED;
}
.TagClassName
{
border-color: #707FED;
}
</style>