Shades of Cornflower Blue #707FE9
Tints of Cornflower Blue #707FE9
RGB
CMYK
RGB Variations
Color information
#707FE9 (or 0x707FE9) is known color: Cornflower Blue. HEX triplet: 70, 7F and E9. RGB value is (112,127,233). Sum of RGB (Red+Green+Blue) = 112+127+233=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #707FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FE9 is #8F8016. Grayscale: #868686. Windows color (decimal): -9404439 or 15302512. OLE color: 15302512.
HSL color Cylindrical-coordinate representation of color #707FE9: hue angle of 232.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707FE9 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 127 | 233 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.09 |
| HSL | 232.56º | 0.73% | 0.68% | - |
| HSV(B) | 232.56º | 0.52% | 0.91% | - |
| XYZ | 28.98 | 24.51 | 80.29 | - |
| YUV | 134.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 233 | 0.52 | 0.45 | 0 | 0.09 | 232.56 | 0.73 | 0.68 |
| Hex | 70 | 7F | E9 | 34 | 2D | 0 | 9 | E9 | 49 | 44 |
| Octal | 160 | 177 | 351 | 64 | 55 | 0 | 11 | 351 | 111 | 104 |
| Binary | 1110000 | 1111111 | 11101001 | 110100 | 101101 | 0 | 1001 | 11101001 | 1001001 | 1000100 |
Color Harmonies of #707FE9
Complementary color
Monochromatic Colors of #707FE9
Black with #707FE9
Text Example
Text Example
White with #707FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FE9; }
p { color: rgb(112,127,233); }
H1.HeaderClassName
{
color: #707FE9;
}
.AnyTagClassName
{
color: #707FE9;
}
</style>
background-color css
<style>
a { background-color: #707FE9; }
a { background-color: rgb(112,127,233); }
div.DivClassName
{
background-color: #707FE9;
}
.BgClassName
{
background-color: #707FE9;
}
</style>
border-color css
<style>
span { border-color: #707FE9; }
span { border-color: rgb(112,127,233); }
td.TdClassName
{
border-color: #707FE9;
}
.TagClassName
{
border-color: #707FE9;
}
</style>